Hi,
for the first time i need to build a website for U.S that includes search by location.
i need to import into mysql the data of:
State, City, Area.
i need the structure as the following:
tb_states:
id, title
tb_cities:
id, title, state_id
tb_areas:
id, title, city_id
Is there any way to get this kind of data?
thnaks