Page 1 of 1

getenv["REMOTE_ADDR"] returns ::ffff:

Posted: Wed Mar 19, 2003 1:22 am
by horgh
does anybody know this "bug" ?! when i try to determine the remote IP i always get that strange return "::ffff: " in front of the IP (e.g. "::ffff: 192.168.1.0")

whats that ?! :(

PHP version is 4.3.1

Posted: Wed Mar 19, 2003 2:04 am
by twigletmac
Do you get the same with $_SERVER['REMOTE_ADDR']?

Mac

Posted: Thu Mar 20, 2003 8:42 am
by horgh
yes, its the same :(