Return to Index
PHP has this header() function
July 18 2000 at 11:27 PM
shellreef
from IP address 4.35.184.27
Response to
i know...
http://php.net/manual/function.header.php
For example, header("Location:
http://www.php.net
/"). PHP will also send a Redirect header if the Location header is used for some reason.
Status codes also work:
header("http/1.0 302 Moved");
-shellreef
Respond to this message
Responses
* err..that's header("Location: http://www.php.net/\n")
- shellreef on Jul 18, 2000
Create your own forum at Network54
Copyright © 1999-2009
Network54
. All rights reserved.
Terms of Use
Privacy Statement