Zip Code Locator?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
milesm
Forum Newbie
Posts: 1
Joined: Tue Oct 01, 2002 1:28 pm

Zip Code Locator?

Post by milesm »

Anbody seen any scripts for zip code locator? I'm looking for a store finder where the user inputs the zip code and list of stores are returned. map not necessary.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Or try asking it in the thing in the Job Forum
rev
Forum Commoner
Posts: 52
Joined: Wed Oct 02, 2002 3:58 pm
Location: Atlanta, GA

Re: Zip Code Locator?

Post by rev »

milesm wrote:Anbody seen any scripts for zip code locator? I'm looking for a store finder where the user inputs the zip code and list of stores are returned. map not necessary.
Not aware of any apparent scripts off the top of my head... you could always write your own using the list linked below.

http://www.faithnomore.net/zipcodes.txt
niyogi
Forum Newbie
Posts: 5
Joined: Wed Oct 02, 2002 6:59 pm
Location: Austin, TX

Post by niyogi »

rev,

where did you find that list? I've been using a list but it's from way back in 1990. :D

-niyogi
rev
Forum Commoner
Posts: 52
Joined: Wed Oct 02, 2002 3:58 pm
Location: Atlanta, GA

Post by rev »

niyogi wrote: where did you find that list? I've been using a list but it's from way back in 1990. :D
In Mac OS X: /usr/share/misc/zipcodes

# Zip Code : Location
# $NetBSD: zipcodes,v 1.5 1997/03/26 06:31:01 mikel Exp $
# @(#)zipcodes 8.1 (Berkeley) 6/8/93
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

MicahCarrick
Forum Newbie
Posts: 23
Joined: Sat Apr 09, 2005 5:40 pm

Post by MicahCarrick »

You can build something using the free script and database: PHP Zip Code Range and Distance Calculation
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

This thread is five years old. Let it die.
Post Reply