city -> zip code parser

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
tobycraftse
Forum Newbie
Posts: 3
Joined: Sun Feb 15, 2009 3:10 am

city -> zip code parser

Post by tobycraftse »

does php has city to zip code parser api?

like give address san jose, ca will return zip code 95050

input is city, state
output is zip code

any code example?
Post Reply