telecomvideos.com
Welcome
Login / Register

PHP Programming Part 11: Redirecting Web Pages With Header Function In PHP

Your video will begin in 5

Thanks! Share it with your friends!

URL

You disliked this video. Thanks for the feedback!

Sorry, only registred users can create playlists.
URL


178 Views

Description

Info
Level: Intermediate
Presenter: Eli the Computer Guy
Date Created: Jan 11, 2013
Length of Class: 11:08
Tracks
PHP Programming
Prerequisites
Familiarity with PHP Programming
Purpose of Class
This class teaches students how to use the Header() function in PHP to redirect web site visitors to a specific web page.

Class Notes
You cannot output any data to the screen before you call the Header() function.
The Syntax of the function is:
header("location: ./thank_you.php");
Replace ./thank_you.php with the page you want to redirect the user to.
Resources
http://php.net/manual/en/function.header.php
http://www.w3schools.com/php/func_http_header.asp

Show more

Post your comment

Comments

Be the first to comment
RSS