Hi,
Is there an array that contains all of the headers received from a standard GET request?
If not how to access non standard headers and their values?
Thanks
neil
Neil,
If you are running PHP as an Apache module, look into getallheaders() http://www.php.net/manual/en/function.getallheaders.php .