Monday, September 24, 2012

Country list in Mysql



For a new project in tecriti, we need to have a list of world countries in mysql table.

For the last two days, i googled for a solution without any success. Today one of my friends gives a wonderfull link. Guys, please take a look at it. It will be helpful for all of us.

http://peric.github.com/GetCountries/

Link is a GetCountries program in which we can select the specific fields that we want in our mysql table. This site uses Geonames API. Their solution is very flexible and customisable.



1 comment:

  1. I've also created something similar: a list of world's countries containing the official short names in English as given in ISO 3166-1, the ISO 3166-1-alpha-2 code provided by the International Organization for Standardization, and the ISO alpha-3 code provided by the United Nations Statistics Division. It's updated as of December 9th, 2012. Check it out at http://stefangabos.ro/other-projects/list-of-world-countries-with-national-flags/

    ReplyDelete