Jump to content

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.