Re: [PHP] help - to get client IP

2002-02-11 Thread val petruchek
$remote_addr returns exactly client ip; but if user is behind proxy then $remote_addr will return you proxy ip and you can do nothing with it Valentin Petruchek (aki Zliy Pes) *** Cut the beginning *** http://zliypes.com.ua mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.ph

[PHP] help - to get client IP

2002-02-11 Thread mlists123
Someone please help me of how I could get the client IP using PHP, when i use $remote_addr it gives me the server IP, Kindly help how I could get the IP of clients who are connected to my server or website. Regards Kris