Reply to Re: why do some HTTP headers show up in $_SERVER? Why not $_GET or $_POST ???
Posted by nospam@example.com on 11/17/41 11:44
lawrence k wrote:
> Most of the AJAX calls I've seen are GET or POST, so I expect them to
> show up in the $_GET or $_POST arrays. Why would this header show up in
> the $_SERVER array?
A HTTP header is not an extra parameter passed via GET or POST. See
http://www.php.net/manual/en/function.header.php.