News Feed
Jobs Feed
Sections




News Archive
Jason Palmer's Blog:
Zip Code To Location
December 28, 2006 @ 11:22:00

On his blog today, Jason Palmer has a handy bit of code to help you validate zip codes on your website (using the Codebump.com web service).

Using the CodeBump GeoPlaces Web Service I constructed a function which takes three parameters (zip, city, state) and does a case-insensitive comparison to make sure that the given zip code matches the city and state. Upon verification the function will return true. Otherwise, it returns false.

The simple code is about 35 lines long and grabs and parses out the information with a combination of an fopen and converting the results into an XML element.

0 comments voice your opinion now!
zipcode location example codebump zipcode location example codebump


blog comments powered by Disqus

Similar Posts

Developer Tutorials Blog: SimpleTest: Unit Testing for PHP

Jani Hartikainen's Blog: Unit testing 3: Writing tests for existing code

SitePoint PHP Blog: Good and Bad PHP Code

PHPRiot.com: Creating Custom Block Tags in Smarty

JellyandCustard.com: Using DirectoryIterator to List Files in PHP


Community Events











Don't see your event here?
Let us know!


functional community api example release composer unittest zendframework2 introduction database language opinion code testing development series phpunit podcast interview framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework