Zend - The PHP Company




Code Gallery: jasonthoma


Validate Zip Code to State  

Type: code fragment
Added by: jasonthoma
Entered: 14/08/2002
Last modified: 08/12/2001
Rating: ***** (5 votes)
Views: 17920
Use zip code ranges for each state to perform a basic STATE/ZIP validation. Designed to go one step beyond checking for a valid state code and a numeric zip code. Catches additional data entry error without relying on another web site or maintaining a current CITY/STATE/ZIP database. This code currently serves as a pre-edit to a credit card address verification check. Note: PHP 4 is required to use foreach, but a do-while loop can be substituted to use with PHP 3.




Search