Zip Search

------=_NextPart_000_0006_01CADCAF.5FF83510
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

Hello All,



Can anyone recommend a good open source zip code search application and
database?





Thanks,



Jack




------=_NextPart_000_0006_01CADCAF.5FF83510--
Joey B [ Do, 15 April 2010 21:21 ] [ ID #2039071 ]

Re: Zip Search

--000e0cd32e56f4f28c04844baadc
Content-Type: text/plain; charset=UTF-8

On Thu, Apr 15, 2010 at 1:21 PM, Jack <DeWebDude [at] gmail.com> wrote:

> Hello All,
>
> Can anyone recommend a good open source zip code search application and
> database?
>

depends on what you want, u.s., canada & mexico are pretty easy to find but
for other non domestic countries if you find something good feel free to
share :)

for a nice freebie that works on u.s. locations, snag the geoip extension
from pecl -

http://php.net/manual/en/book.geoip.php

-nathan

--000e0cd32e56f4f28c04844baadc--
Nathan Nobbe [ Do, 15 April 2010 21:40 ] [ ID #2039072 ]

RE: Zip Search

> -----Original Message-----
> From: Nathan Nobbe [mailto:quickshiftin [at] gmail.com]
> Sent: Thursday, April 15, 2010 12:41 PM
> To: Jack
> Cc: php-general [at] lists.php.net
> Subject: Re: [PHP] Zip Search
>
> On Thu, Apr 15, 2010 at 1:21 PM, Jack <DeWebDude [at] gmail.com> wrote:
>
> > Hello All,
> >
> > Can anyone recommend a good open source zip code search application
> and
> > database?
> >
>
> depends on what you want, u.s., canada & mexico are pretty easy to =
find
> but
> for other non domestic countries if you find something good feel free
> to
> share :)
>
> for a nice freebie that works on u.s. locations, snag the geoip
> extension
> from pecl -
>
> http://php.net/manual/en/book.geoip.php
>
> -nathan

IIRC, geoip is lookup based on host name or IP address for country, =
region, city, etc... similar to whois for DNS. I think the OP wants to =
look geographic information, such as city, county, state/province, =
etc..., based on a given zip code like 92723.

Regards,
Tommy


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Tommy Pham [ Do, 15 April 2010 21:51 ] [ ID #2039073 ]

Re: Zip Search

--001636e0a5a1e15a9804844bf94e
Content-Type: text/plain; charset=UTF-8

On Thu, Apr 15, 2010 at 1:51 PM, Tommy Pham <tommyhp2 [at] gmail.com> wrote:

> > -----Original Message-----
> > From: Nathan Nobbe [mailto:quickshiftin [at] gmail.com]
> > Sent: Thursday, April 15, 2010 12:41 PM
> > To: Jack
> > Cc: php-general [at] lists.php.net
> > Subject: Re: [PHP] Zip Search
> >
> > On Thu, Apr 15, 2010 at 1:21 PM, Jack <DeWebDude [at] gmail.com> wrote:
> >
> > > Hello All,
> > >
> > > Can anyone recommend a good open source zip code search application
> > and
> > > database?
> > >
> >
> > depends on what you want, u.s., canada & mexico are pretty easy to find
> > but
> > for other non domestic countries if you find something good feel free
> > to
> > share :)
> >
> > for a nice freebie that works on u.s. locations, snag the geoip
> > extension
> > from pecl -
> >
> > http://php.net/manual/en/book.geoip.php
> >
> > -nathan
>
> IIRC, geoip is lookup based on host name or IP address for country, region,
> city, etc... similar to whois for DNS. I think the OP wants to look
> geographic information, such as city, county, state/province, etc..., based
> on a given zip code like 92723.
>

ahh, perhaps a hasty reply on my part - heres a nice freebie mentioned by
geoip -

http://geocoder.ibegin.com/downloads.php

-nathan

--001636e0a5a1e15a9804844bf94e--
Nathan Nobbe [ Do, 15 April 2010 22:02 ] [ ID #2039074 ]

Re: Zip Search

On Apr 15, 2010, at 3:21 PM, Jack wrote:

> Hello All,
>
>
>
> Can anyone recommend a good open source zip code search application
> and
> database?

If it's us zip's you want... I'd go straight to the source... http://www.usps.com/zip4/welcome.htm?from=home_header&page=f indazipcode

The post office also does have API's for hooking into it if you can
handle the restrictions since they are the government :)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jason Pruim [ Do, 15 April 2010 23:53 ] [ ID #2039075 ]

Re: Zip Search

At 3:21 PM -0400 4/15/10, Jack wrote:
>Hello All,
>
>Can anyone recommend a good open source zip code search application and
>database?
>
>Thanks,
>
>Jack

Do you mean something like this:

http://php1.net/b/zipcode/

Cheers,

tedd

--
-------
http://sperling.com http://ancientstones.com http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
TedD [ Fr, 16 April 2010 19:30 ] [ ID #2039186 ]
PHP » gmane.comp.php.general » Zip Search

Vorheriges Thema: Adding reCAPTCHA to form
Nächstes Thema: Basic switch statement