Domanda

So I am retrieving some location data from a form, and submits the form to a php script. I want it to be that people can type in an address, postcode, or place name, and it converts it into a postcode for processing.

How would I convert the place name into a postcode?

È stato utile?

Soluzione

You can have a look at Geonames Web Services.

An example query to look info by place names can be

http://api.geonames.org/postalCodeSearch?placename=sydney&maxRows=10&username=demo

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top