Re: [PHP] Find IP address

2003-02-19 Thread Justin French
on 20/02/03 1:08 AM, Christian Ista ([EMAIL PROTECTED]) wrote: > Is there a better way to be sure, I have the IP address of the user (the ISP > ip address) No. IP address' can be faked, they can be part of a firewall/network, and the browser can choose not to send them. They are helpfull, but n

Re: [PHP] Find IP address

2003-02-19 Thread Christian Ista
> Be warned: This is NOT a reliable way to identify a user. These days you > are probably /more/ likely to get the address of a proxy than the > address of the user. Is there a better way to be sure, I have the IP address of the user (the ISP ip address) Your suggestions are welcome. Christian

Re: [PHP] Find IP address

2003-02-19 Thread David Otton
On Wed, 19 Feb 2003 14:59:27 +0100, you wrote: >I'd like when a customer fill in a form to recover his IP address, is there >a PHP function to do that ? echo ($_SERVER["REMOTE_ADDR"]); Be warned: This is NOT a reliable way to identify a user. These days you are probably /more/ likely to get the

[PHP] Find IP address

2003-02-19 Thread Christian Ista
Hello, I'd like when a customer fill in a form to recover his IP address, is there a PHP function to do that ? Thanks, Christian, -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php