Re: Client's IP address retrival



varungupta wrote:

I want to know about a method for detecting client's IP which is
running behind a proxy server.

Try $_SERVER['HTTP_X_FORWARDED_FOR']

The proxy might og might NOT add this header
.