Jump to content

[SOLVED] Finding out location from a post code


textbox

Recommended Posts

Does anyone know of an api or db i can query to find out the city of a certain postcode without filling in the information in a database myself.

 

I want the ability to allow users to enter their postcode, which will return their city.

 

Any help or ideas would be great!

 

Nick

Look for a premade table. There's bound to be one out there. Alternatively find a site with a list of the postcodes and convert it to a database using a program such as "csv converter" (not sure if that's the right title).

 

Had to do a similar thing with a list of countries and list of regions. Found a premade database of countries and a text list of regions which I converted using the above program.

easy to google:

 

e.g. "list of uk postcodes" gave me this:

http://en.wikipedia.org/wiki/List_of_postcode_areas_in_the_United_Kingdom

 

copy into txt file, edit as needed, convert using program which will give you the sql code to create the table

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.