Would there be a way to do a zip code lookup based on City/State input in a form? I’m thinking the Google geocode API might be the right direction. Any thoughts? I have a site built on WordPress so the code would have to utilize PHP. Thanks in advance.
Share
YQL can do things like this:
returns:
YQL Console
There are examples on there on how to implement queries like this in both PHP and Javascript on their site.