Bihira, L.L.C.
>
Bihira Support
>
User Support
> PHP Problems
PDA
View Full Version :
PHP Problems
marcus
08-14-2005, 11:45 AM
How come in PHP I can no longer get the ip address of someone using GetHostByName($REMOTE_ADDR);
Sirbular
08-14-2005, 02:13 PM
You could just use:
$_SERVER["REMOTE_ADDR"];