Does anyone have and knows where i can get a script, that returns the city and state based on a zipcode value passed to it. So a person would submit their zipcode and i would redirect to a page customized the city and state.
I know about maxmind but i'm not sure if they allow you to pass variable and get results. Thanks.
huh? maxmind returns all these values..... automatically....are you concerned about accuracy?
You should be able to do this with the geocoding api from google.
For example: http://maps.googleapis.com/maps/api/...9&sensor=false would get you all the data for that particular zip.