--- Shaun van den Berg <[EMAIL PROTECTED]> wrote:
> I have tried the net , googling ect. but i cannot get a good
> description of what the header function is al about ? Can anyone
> please define the header function.

It allows you to specify an HTTP header to be included in the response to the
Web client. You can find more information specifically about header at:

http://www.php.net/header

If you want to know more about HTTP itself, and the valid headers, you can buy
HTTP Developer's Handbook. :-) Or, if you want to research the various
specifications yourself, I link to many of them from here:

http://shiflett.org/docs

Hope that helps.

Chris

=====
My Blog
     http://shiflett.org/
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to