Posted by Janwillem Borleffs on 01/08/07 17:13
avlee wrote:
> Is there any tool in php which could allow me to analyze every HTTP
> request in details ?
> I would like to display all variables as client's IP address,
> referer, and so on.
> I would also like to display whole HTTP request with all headers.
>
> I know it's propably very easy to do - but i would like to be sure
> that i did not miss anything.
>
Most info is stored in the $_SERVER super global array; when you use Apache,
you can apply the functionality of the Apache extension to get the request
headers:
http://www.php.net/apache
JW
Navigation:
[Reply to this message]
|