Possible Duplicate:
Calculating distance between zip codes in PHP
Let's say I have two different post codes with the same or different country. Is there any API to count the distance between those two? Thanks.
Not necessary in PHP.
Possible Duplicate:
Calculating distance between zip codes in PHP
Let's say I have two different post codes with the same or different country. Is there any API to count the distance between those two? Thanks.
Not necessary in PHP.
Have a look at Google's geocoding service, which is now free of charge:
http://code.google.com/intl/en/apis/maps/documentation/geocoding/#GeocodingRequests
At least for germany, Google maps resolves
ZIP Code, Country
sequences like on this page.