Get Remote IP Address in PHP function getRemoteIPAddress() { $ip = $_SERVER['REMOTE_ADDR']; return $ip;} Get Remote IP Address in PHP function getRemoteIPAddress() { $ip = $_SERVER['REMOTE_ADDR']; return $ip;}