Search notes:
PHP code snippets: header()
header()
sends a specific
HTTP Header
.
header()
must be called
before any other output
is sent to the browser!
header('Content-Type: text/plain');
See also
Other PHP snippets
.
Index