Library of ALL countries and their states for address forms
Posted
by Chris
on Stack Overflow
See other posts from Stack Overflow
or by Chris
Published on 2010-03-24T18:09:42Z
Indexed on
2010/03/24
18:13 UTC
Read the original article
Hit count: 150
I need a library that includes all countries and respective codes in 1 array and a second multidimensional array for country to its states and a last array for state code to state name. I found tons of matches for similar requests but none actually have a simple CSV or XML with just that.
My goal is to build an address form where you select your country and it then pre-populates the state dropdown - if the country has states - with the country's states. Shouldn't be so hard to find, but I guess i'm blind.
Thanks so much for all help!
© Stack Overflow or respective owner