Is it possible to capture the headers sent from the client browser to a php page?
| SitePoint Sponsor |

Is it possible to capture the headers sent from the client browser to a php page?
Hi,
check the contents of $_SERVER.
Never ascribe to malice,
that which can be explained by incompetence.
Your code should not look unmaintainable, just be that way.

awesome!!! Works Fine!





if running as an apache module there is also the apache_request_headers() function.
Bookmarks