is there a ready to use mysql database containing worldwide information about nation, city, state, cap, etc. to be used on registration form?
Thank You
Sal
|
is there a ready to use mysql database containing worldwide information about nation, city, state, cap, etc. to be used on registration form? Thank You Sal |
|||
|
The National Geospatial Intelligence Agency provides downloads that you can import into any database with a little effort. |
|||
|
|
|
You can use free version of MaxMind GeoIP solution. GeoIP provides CVS file with instruction how to import it into database. However also API for various languages is provided. |
|||
|
|
|
You can also find a world mysql database here. |
|||
|
|
<rant>Good question and good answers. But if most of your customers come from a small defined number of countries, do them a favour and put their countries to the top. I personally f*ing hate scrolling through 168 nations to find mine. Also, think well whether you really need to know the province/administrative sub-region from the user. Many countries have a postcode system that, if ever needed, allows for statistical breakdowns.</rant>:) – Pekka 웃 Dec 30 '09 at 14:13