-
Country list is a PHP geography script which can be used to retrieve country lists for select form inputs. It can return the country name of a given country code, as well get the country code associated to a given country name.The script can also generate HTML for select form input to let users choose a country from the list ...
-
ABG_IPDetails can get information about IP address from IPInfoDB.com. It can send an HTTP request to the IPInfoDB.com Web services API to query information about a given IP address, like country, state, city, latitude, longitude, time zone, etc..The PHP script parses the response and returns all the details about the IP address in an array. It may also resolve host ...
-
IP Sniffing can be used to get the geographic location of an IP address, it utilizes ipinfodb.com's service to perform location queries. This script sends an HTTP request to the ipinfodb.com Web services API to get the location of a given IP address. It can also parse the response and extracts the country code, country name and city of the ...
-
IP Location script can be used to get the location of an IP address from IPInfoDB. It can send a request to the IPInfoDB Web service API and get the geographic location of a given IP address. If the location is known, the class stores in its variables the country code, country name, region code, city, region name, postal code, ...
-
With Zip2Map, one can find the geo map of any zip code(now U.S. only), find the zip code, return the Map of the location with its name and state name. Google Maps api has been used with PHP-MySql and lots of Ajax to make it a real WEB 2.0 Application
-
PHP Last.fm API is a set of classes which help you gain access to Last.fm's API using PHP. It allows you to get information on users, artists, albums, tracks, groups, events and tags. It also contains geographic API classes to get musical geo information
-
Pahaki has support for latitude, longitude, country names, codes, reverse geocode and other Xtify data.Setup:- Register for an Xtify CPID- Add this CPID to the pahaki.phpFunctions:- pahaki_get($url) Used internally to download the XML from various data sources- pahaki_locate($uuid) Get the Xtify XML for a specific UUID- pahaki_lat($xml) Get the latitude from an Xtfiy XML string- pahaki_lon($xml) Get the longitude from ...
-
A request is sent to the Web server of this package's author in order to retrieve details about a given IP address with IP Details.Currently IP Details can obtain geographic details about the location of the computer with the IP address, such as: country name, country code, region, city, postal code, latitude, longitude, area code, etc..Requirements: PHP 5.0 or higher
-
Several types of geo-spatial information stored in database tables, such as cities, countries, regions and associated items, can be retrieved.Requirements: PHP 3.0 or higher
-
Geo Conversion takes a coordinate text string represented with degrees, minutes and seconds and converts it to the decimal representation.The reverse conversion can also be performed with Geo Conversion.Requirements: PHP 5.0 or higher
-
The geographic coordinates and time zone of the location are taken as parameters. Sun - set, rise, dawn, dusk can compute and return the time of the location's sunset, sunrise, dusk and dawn.Requirements: PHP 3.0 or higher
-
NetGeo IP locator service interface interfaces with the NetGeo service to determine the geographic location of a given IP address or host name.NetGeo IP locator service interface is also capable of calculating the distance between any to locations in the world given their longitude and latitude coordinates.
-
Time Engine can access the Yahoo geocoding API Web server and retrieve the latitude and longitude of a given address.After the geographic coordinates are obtained, Time Engine contacts the GeoNames and retrieves the location time zone.
-
GeoLocation accesses the hostip.info Web services API site passing a given host IP address as query parameter.The response is retrieved and parsed in order to return the country, city, latitude and longitude corresponding to the given host.Requirements:PHP 4.2 or higher
-
GeoIP API Connector access the GeoIP Web services server and request information about a given IP address. It uses a given API access key.Information such as country, city, region, as well the longitude and latitude coordinates, are returned for each IP address,Requirements:PHP 5.0 or higher


