IPGeolocation is a PHP class which provides an easy-to-use interface to the IP Address Location XML API described at ipinfodb.com. This API allows you to find the city, state/region, and country associated with an IP address, as well as the address's approximate latitude and longitude. Usage: require_once('IPGeolocation.class.php'); $location = new IPGeolocation($ipAddressString); // do some error checking here $strCityStateCountry = $location->getFriendlyLocation(); PHP: this is really usefull script recently i saw many people ask how i can get the country from an ip use quick view tools:IPGeolocation.class.php [9.76 KB] or download:ipgeolocation-1.0.zip [3.8 KB]
It's totally different, it's not related to the first one. I was just pointing out it can be used as an alternative to the first class you posted up. Regards, Steve