Related Functions
header
PHP 4.0+Sends raw HTTP headers to the client browser, enabling control over response codes, content types, redirections, and cache behavior before any output transmission.
Description
The header()
Sends raw HTTP headers to the client browser, enabling control over response codes, content types, redirections, and cache behavior before any output transmission.
Example