Re: [PHP-DOC] remote_addr

2002-10-24 Thread Hartmut Holzgraefe
mz wrote: Hi, I´m tryig to display IP address from user who visit my abc.php page. On system Win9x it is OK, but on Win2000, ME I see IP address which belong to firewall. Why? Code is: $ip = $_SERVER["REMOTE_ADDR"]; echo $ip; wrong list, ask php-general@ instead of php-doc@, please hint: pro

[PHP-DOC] remote_addr

2002-10-24 Thread mz
Hi, I´m tryig to display IP address from user who visit my abc.php page. On system Win9x it is OK, but on Win2000, ME I see IP address which belong to firewall. Why? Code is: $ip = $_SERVER["REMOTE_ADDR"]; echo $ip; -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: