Page 1 of 1
state county city zip code listings
Posted: Sun Sep 04, 2005 10:42 am
by sevown
I'm looking for state county city zip code listings.
are there any databases out there where i can pull the listing from.
Posted: Sun Sep 04, 2005 11:02 am
by s.dot
Yes. But it depends largely on what country you are looking for. I googled for a united states one, and had no trouble finding a free one. Also if you search on planet-source-code for 'zip code' in php, one of those results has united states zip code database in it.
Other countries, you will be lucky to find for free.
Posted: Sun Sep 04, 2005 3:02 pm
by sevown
thanks for the insight.. i'm just looking for the US lisitngs what query did you use?
Posted: Sun Sep 04, 2005 3:06 pm
by John Cartwright
http://hotscripts.com/Detailed/50114.html
Description: This very useful script generates an array of all the zip codes located within a specified radius from a central location. For example, it will retrieve all 70 zip codes within 10 miles of 90210. It requires PHP/MySQL and includes a very accurate database file with every US ZIP code and its corresponding Latitude and Longitude.
Posted: Sun Sep 04, 2005 3:46 pm
by sevown
Jcart wrote:http://hotscripts.com/Detailed/50114.html
Description: This very useful script generates an array of all the zip codes located within a specified radius from a central location. For example, it will retrieve all 70 zip codes within 10 miles of 90210. It requires PHP/MySQL and includes a very accurate database file with every US ZIP code and its corresponding Latitude and Longitude.
oh i tried that one alreday. but the site sends you to a poke site. I've found a script that enerates an array of all the zip codes located within a specified radius from a central location. i'm just looking for a listing tate county city zip code.
Posted: Sun Sep 04, 2005 4:04 pm
by John Cartwright