Difference between revisions of "PHP header"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (etc) |
Karl Jones (Talk | contribs) |
||
Line 2: | Line 2: | ||
The header function is useful for a variety of tasks, such as redirecting the user to specific [[Uniform resource locator|URL]]. | The header function is useful for a variety of tasks, such as redirecting the user to specific [[Uniform resource locator|URL]]. | ||
+ | |||
+ | == See also == | ||
+ | |||
+ | * [[HTTP header field]] | ||
+ | * [[PHP]] | ||
== External links == | == External links == |
Revision as of 06:34, 6 February 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