state county city zip code listings

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
sevown
Forum Newbie
Posts: 3
Joined: Sun Sep 04, 2005 10:15 am

state county city zip code listings

Post 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.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post 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.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
sevown
Forum Newbie
Posts: 3
Joined: Sun Sep 04, 2005 10:15 am

Post by sevown »

thanks for the insight.. i'm just looking for the US lisitngs what query did you use?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post 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.
sevown
Forum Newbie
Posts: 3
Joined: Sun Sep 04, 2005 10:15 am

Post 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.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

http://www.zipwise.com/free-zip-database.php

10 seconds of google does no harm :roll: :P
Post Reply