<? $ip = '59.93.196.219'; $url = "http://www.ipmango.com/api.php?ip=".$ip; $xml = simplexml_load_file($url); echo "IP address : {$xml->ipaddress} <br />"; echo "City : {$xml->city} <br />"; echo "Region : {$xml->region} <br />"; echo "Country Name : {$xml->countryname} <br />"; echo "Latitude : {$xml->latitude} <br />"; echo "Longitude : {$xml->longitude} <br />"; ?>
Kyosys, to find it out yourselve is quite hard! but if you do so, please cache the results! in a SESSION, DB or textfile because an external PHP request takes more time. Once is ok, but every page is stupid!