Zip Search
am 15.04.2010 21:21:52 von Joey B
------=_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--
Re: Zip Search
am 15.04.2010 21:40:32 von Nathan Nobbe
--000e0cd32e56f4f28c04844baadc
Content-Type: text/plain; charset=UTF-8
On Thu, Apr 15, 2010 at 1:21 PM, Jack 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--
RE: Zip Search
am 15.04.2010 21:51:52 von Tommy Pham
> -----Original Message-----
> From: Nathan Nobbe [mailto:quickshiftin@gmail.com]
> Sent: Thursday, April 15, 2010 12:41 PM
> To: Jack
> Cc: php-general@lists.php.net
> Subject: Re: [PHP] Zip Search
>=20
> On Thu, Apr 15, 2010 at 1:21 PM, Jack wrote:
>=20
> > Hello All,
> >
> > Can anyone recommend a good open source zip code search application
> and
> > database?
> >
>=20
> 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 :)
>=20
> for a nice freebie that works on u.s. locations, snag the geoip
> extension
> from pecl -
>=20
> http://php.net/manual/en/book.geoip.php
>=20
> -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
Re: Zip Search
am 15.04.2010 22:02:36 von Nathan Nobbe
--001636e0a5a1e15a9804844bf94e
Content-Type: text/plain; charset=UTF-8
On Thu, Apr 15, 2010 at 1:51 PM, Tommy Pham wrote:
> > -----Original Message-----
> > From: Nathan Nobbe [mailto:quickshiftin@gmail.com]
> > Sent: Thursday, April 15, 2010 12:41 PM
> > To: Jack
> > Cc: php-general@lists.php.net
> > Subject: Re: [PHP] Zip Search
> >
> > On Thu, Apr 15, 2010 at 1:21 PM, Jack 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--
Re: Zip Search
am 15.04.2010 23:53:15 von Jason Pruim
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
Re: Zip Search
am 16.04.2010 19:30:59 von TedD
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