Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP and redirection

Status
Not open for further replies.

ojf

Instructor
Sep 27, 2000
49
NO
I am new to PHP and just now I'm trying to convert some ASP-pages to PHP. So what I need just now is:

Is there a PHP command / function for the ASP's RESPONSE.REDIRECT ???

 
Yes, use header and set the Location header. An example:
Code:
header('Location: [URL unfurl="true"]http://theURL/');[/URL]
//Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top