MySQL ZIP Code query without Google Maps
If you want to get ZIP codes which are located near to a given ZIP Code, the default way is to get altitude and longitude from Google Maps or any other GEO service and make your query. But there is also a way to handle this problem without a GEO Service. The results will of course not be as good as with a GEO service, but in some cases this will be enough...