free sql script to get a list of countries, provinces/states and their cities.
Posted
by reggie
on Stack Overflow
See other posts from Stack Overflow
or by reggie
Published on 2010-03-17T14:26:16Z
Indexed on
2010/03/17
14:31 UTC
Read the original article
Hit count: 352
I am working on a registration page for a php website as mysql as the backend database. I need a sql script to insert the list of countries with their associated provinces and the provinces with their associated cities. I need all the countries, provinces and cities all over the world which are related to each other.
I can get the individual list of countries, provinces and cities but there is no list that relates them together..
any help appreciated.. thanks in advance.
© Stack Overflow or respective owner