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: http://www.php.net/unsub.php