Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: Header Statement


Message #1 by "S.ArunSrinivasan" <arun@o...> on Thu, 13 Jun 2002 14:34:09 +0530 (IST)
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


  Return to Index