Search This Blog

Sunday, August 16, 2009

PHP, Get Client IP

$ip = $_SERVER['REMOTE_ADDR'];
ECHO $ip;
//$ip = @$REMOTE_ADDR;

No comments: