Re: [PHP-DB] Client IP

2002-05-12 Thread Sebastian Tschiatschek
Take a look at the following page: http://www.cgsa.net/php/identifierShow.php The script for getting the original ip-address is quite good. hth Sebastian -- Tschiatschek Sebastian, [EMAIL PROTECTED] | System Consulting Graz, AUSTRIA / High Availability/Cluster Mobile: +

Re: [PHP-DB] Client IP

2002-05-12 Thread Jason Wong
On Sunday 12 May 2002 21:49, Hayan AL Mamoun wrote: > Dear all, > I'm using the $REMOTE_ADD variable to get the visitor IP address, but when > a visitor access my website throught a proxy server I get always the same > ip of that proxy server. > Is there a way to get the unique IP of each users???