August 2000
Intermediate to advanced
800 pages
13h 15m
English
HTTP headers are special commands sent between the browser and Web server before the browser receives any content. Some of the headers let the server know which file the browser wants. Others may instruct the browser about the type of file it will soon be sent. To learn more about headers, refer to the HTTP specification that was originally described in RFC 1945. It and other documents may be found at the W3C site, which has a section devoted to the HTTP protocol <http://www.w3.org/Protocols/>. For an overview of how headers work with PHP, turn back to Chapter 7.
The header function sends an HTTP header to the browser. It must be called before any output is sent to the browser, inside or outside ...
Read now
Unlock full access