Code Snippets Php

$ip = gethostbyaddr($REMOTE_ADDR);
echo $ip;
?>