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