pro_php thread: Header Statement
Hi Arun, > I want a list of Header Statements and it's usage and > explanation . Where I could get it. Headers are part of the HTTP standard, you can read the docs at http://www.w3c.org/. The PHP documentation online for header() says "header() is used to send raw HTTP headers. See the HTTP/1.1 specification for more information on HTTP headers." and provides a link to the spec. Did you bother looking there first? Take care, nik
|





