PHP header

From Wiki @ Karl Jones dot com
Revision as of 11:59, 21 April 2016 by Karl Jones (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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