View Single Post
Old 01-04-2007, 02:47 PM   #7 (permalink)
real_in
Super Techie
 
Join Date: Aug 2004
Posts: 277
Send a message via Yahoo to real_in
Default

here is how i changed the code..

<?php

$ip=$_SERVER['REMOTE_ADDR'];
echo"you ip adddress is".$ip;
$isp=gethostbyaddr($ip);
echo $isp;
?>


and the output i got is

you ip adddress is **.**.177.233 **.**.177.233


that means it is returning me the ip address again, instead if ISP name ..
__________________
Realin Wuz here ...

real_in is offline   Reply With Quote