Difference between revisions of "PHP header"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 12: | Line 12: | ||
* [http://php.net/manual/en/function.header.php header] @ php.net | * [http://php.net/manual/en/function.header.php header] @ php.net | ||
* [http://stackoverflow.com/questions/768431/how-to-make-a-redirect-in-php How to make a redirect in PHP?] @ Stack Overflow | * [http://stackoverflow.com/questions/768431/how-to-make-a-redirect-in-php How to make a redirect in PHP?] @ Stack Overflow | ||
+ | |||
+ | [[Category:PHP]] |
Latest revision as of 11:59, 21 April 2016
In PHP, the header function is used to send a raw HTTP header.
The header function is useful for a variety of tasks, such as redirecting the user to specific URL.
See also
External links
- header @ php.net
- How to make a redirect in PHP? @ Stack Overflow