another way of getting IP
Posted: Fri Aug 08, 2003 2:45 am
hello there,
I want to know if there is another way to get IP address BESIDES using:
$HTTP_SERVER_VARS['REMOTE_ADDR'] ; OR
$GLOBALS[REMOTE_ADDR]; OR
getenv ("REMOTE_ADDR"); OR
$_SERVER['REMOTE_ADDR'] ;
what other way to do that?
I want to know if there is another way to get IP address BESIDES using:
$HTTP_SERVER_VARS['REMOTE_ADDR'] ; OR
$GLOBALS[REMOTE_ADDR]; OR
getenv ("REMOTE_ADDR"); OR
$_SERVER['REMOTE_ADDR'] ;
what other way to do that?