Hi everyone,
I just wanted to find out what the apache_request_headers() /
apache_response_headers() functions return on Windows IIS?
(or any other Web Server besides Apache? The PHP document
states that these functions only work on PHP installed as an
Apache module.)
Is there any other way to get the HTTP request/response header
information besides using these functions and the global $_SERVER
variable (and nsapi functions)?