IP To Country Lookup PHP Script by Mike Challis
Find the country and host info for an IP address:
Features:
- Find the country and host info for an IP address
- Shows host name if available
- Shows country name and 2 letter country code
- Shows country flag image
- Easy links to more lookups such as spammer blacklists, and regional whois servers.
- Use on your own site - (see readme.txt inside the zip file for full instructions)
- Download includes advanced options and api for using remote lookup of ip data. If you want to use ip-to-country information inside an application like a shopping cart or guest book. You can query the ip-to-country.php for a lookup remotely and include the results in your application. This method is flexible because it does not require direct mysql access to the ip-lookup database. If I was going to use ip-lookups in several applications, I would use this method rather than having each application connect to mysql (see 'advanced-uses' folder inside the zip file)
Download it: [download ip-to-country.zip] | [version change log]


