Tutorials Home Scripts Home

What is IPGeolocation 1.0?

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();

The class aims to be easy-to-use, versatile, and well-documented. It is released under the GPLv3 license.

“Subscribe and get Latest entries”

Enter your email address:

Listing Details

Listing Details

Version: 1.0
Default Language: English
Filed in: scripts home » Components » PHP Class Scripts » Geography
Date Added: January 15, 2010
Views: 220
demonstration: sorry no available demo at this time
External Download: sorry no External Download links at this time please look to our internal download below

Featured Plugins Add Plugin

No Plugins with the specified criteria were found.

Bug List Report Bug

Bug List

No bugs with the specified criteria were found.

Related Scripts

Related Scripts

Country from IP [Geography]

Who uses IPGeolocation? (Widgets for IPGeolocation)

Who uses IPGeolocation?

Comments

Comment form

No Comments!

Be the first to review this page !

Leave a Comment

Comment form