$ip=$_SERVER[REMOTE_ADDR];
$user=gethostbyaddr($_SERVER[‘REMOTE_ADDR’]);
echo $user;
echo “
İp Adresiniz : “;
echo $ip;
echo ““;