Forum Moderators: phranque

Message Too Old, No Replies

need zip code to state map or something else

         

BitShift

8:19 pm on Dec 14, 2006 (gmt 0)

10+ Year Member



I need a way of determining what state a given zip code falls in. Anyone know if one of the map apis like google or yahoo will give this? Or maybe the us postal service, they have an api to use also.

help?

phranque

6:23 am on Dec 15, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



on what platform do you need to do this?
for example i remember reading about a way to do this in the google maps api using javascript but that won't help if you are doing something server side...

LifeinAsia

4:35 pm on Dec 15, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Probably easiest to just download a list of Zip codes & states and convert to a DB on your server. Then it's an easy query to get your answers.