Difference between revisions of "PHP header"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(First)
(No difference)

Revision as of 13:41, 29 July 2015

In PHP, the header function is used to send a raw HTTP header.

The header function is useful for a variety of tasks, including redirecting the user to specific URL.

External links