tags:

views:

51

answers:

2

Hello, 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

+4  A: 

The National Geospatial Intelligence Agency provides downloads that you can import into any database with a little effort.

RandomNoob
A: 

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.

Grzegorz Gierlik