Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Take a look at the following:</p> <ul> <li><a href="http://www.iplocationtools.com/sql_database.php" rel="nofollow noreferrer">IP address geolocation SQL database</a></li> <li><a href="http://www.infosniper.net/geolocate-ip-addresses-api.php" rel="nofollow noreferrer">Geo Locate IP Address XML API Whois Map Country Provider</a></li> <li><a href="http://www.ardamis.com/2008/01/27/how-to-geolocate-visitors-using-an-ip-to-country-database/" rel="nofollow noreferrer">How to Geolocate Visitors Using an IP-to-Country Database</a></li> <li><a href="http://software77.net/geo-ip/" rel="nofollow noreferrer">Free IP to Country Database</a></li> <li><a href="http://www.hostip.info/" rel="nofollow noreferrer">My IP Address Lookup and Geotarget IP Project</a></li> <li><a href="http://www.maxmind.com/app/geoip_country" rel="nofollow noreferrer">MaxMind - Open Source IP Address to Country Database</a></li> <li><a href="http://ipinfodb.com/ip_database.php" rel="nofollow noreferrer">IP address geolocation SQL database</a></li> </ul> <p>Also on Stack Overflow:</p> <ul> <li><a href="https://stackoverflow.com/questions/1451442/what-is-the-most-applicable-solution-to-detect-which-country-an-ip-belongs-to">What is the most applicable solution to detect which country an ip belongs to?</a></li> <li><a href="https://stackoverflow.com/questions/1543437/is-there-any-possible-way-to-find-the-name-of-the-country-using-ip-with-scripting">Is there any possible way to find the name of the country using IP with scripting language PHP?</a></li> <li><a href="https://stackoverflow.com/questions/1033/ip-to-country">IP to Country?</a></li> <li><a href="https://stackoverflow.com/questions/1806842/code-for-finding-the-state-country-city-from-the-ip-adress-in-php">code for finding the state,country,city from the IP Adress in php</a></li> </ul> <p>Once you have the country code, then you can display the flag with these free icon sets which use ISO country codes:</p> <ul> <li><a href="http://www.famfamfam.com/lab/icons/flags/" rel="nofollow noreferrer">Flag icons</a></li> <li><a href="http://flags.blogpotato.de/" rel="nofollow noreferrer">Flags of the World</a></li> </ul> <p>PHP Advent also just published a whole article on a very similar process:</p> <ul> <li><a href="http://phpadvent.org/2009/geoip-wrangling-by-andrei-zmievski" rel="nofollow noreferrer">GeoIP Wrangling</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload