Questions tagged [postal-code]

A postal code is a series of letters and/or digits which is useful to identify the a particular region within a postal address. Once postal codes were introduced, other applications became possible.

A postal code is a series of letters and/or digits which is useful to identify the a particular region within a postal address. Once postal codes were introduced, other applications became possible.

In February 2005, 117 of the 190 member countries of the Universal Postal Union had postal code systems. Countries that do not have national systems include Ireland and Panama. Although Hong Kong and Macau are now Special Administrative Regions of China, each maintains its own long-established postal system, which does not utilize postal codes for domestic mail, and no postal codes are assigned to Hong Kong and Macau. Mail between Hong Kong, Macau and mainland China is treated as international.

399 questions
0
votes
1 answer

UK postcodes for geocodes

I've looked around for this most of the morning and haven't found a suitable way of finding UK postcodes from their geolocations (longitude / latitude) using Google Maps, is there anyone out there with any experience of this? I understand Royal Mail…
Chris Dixon
  • 9,147
  • 5
  • 36
  • 68
0
votes
1 answer

Rightmove outcode url parameter for scraper

I have an issue in trying to write a scraper for RightMove. In a generic search like…
Joseph Reeve
  • 460
  • 3
  • 13
0
votes
1 answer

How to look up ZIP/Postal Code by City using Google Maps API?

How can I extract a Postal Code or ZIP of a place by giving Google Maps a city on the map? Basically I'm looking for a free verification service for checking completed addresses for accurate details. I seem to remember the maps API can somehow…
John K
  • 28,441
  • 31
  • 139
  • 229
0
votes
1 answer

Partial postcode returns the correct result on Bing maps while the complete postcode doesn't

Why is it when I request some postcodes from Bing maps I get an incorrect coordinates http://dev.virtualearth.net/REST/v1/Locations?postalCode=IM1+1LD&countryRegion=GB&o=xml&key=MY_BING_KEY While when I request it using this I get the correct…
Karim AG
  • 2,166
  • 15
  • 29
0
votes
1 answer

Hide address fields until text entered - PostcodeAnywhere PHP

I'm trying to set up an Address form using PostCodeAnywhere. The searching works fine, and autopopulates the fields as expected. However, I'd like to find a way how I can just show the Postcode field on the page, and then when the address is entered…
Lee
  • 4,187
  • 6
  • 25
  • 71
0
votes
1 answer

SQL distances and radius highlight

In my database I have a list of 1000 locations throughout the UK, in here I have the postcode, latitude and longitude just within three columns. I need to highlight any that are within a 2 mile circular radius of each other, but I am hitting a brick…
0
votes
1 answer

PHP distance radius search

I have been searching the web to find code that will allow a user to enter in a postcode and a specific distance and perform a search. e.g. (postcode) dd1 (distance from drop down can be within 10, 50, 100, 200 miles) 50 miles. I already have code…
0
votes
1 answer

Address finder using Postcode Anywhere in javascript, need to put the key in PHP

I'm currently implementing a address lookup from Postcode into my checkout. I have got it working with my checkout but it's all pure JavaScript at the moment, which I can't really do as that means my Postcode Anywhere key is also on display.…
David
  • 139
  • 3
  • 15
0
votes
1 answer

Customer Address Data - Filter postal code by district

We are creating customers on SAP CRM and replicate these customers to SAP ECC. User needs to filter postal codes by the district code they choose while creating customer. This functionality has provided by SAP ECC. But in CRM we couldnt find any…
Merve Gül
  • 1,377
  • 6
  • 23
  • 40
0
votes
3 answers

Nested form submitting parent form

Having a problem with implementing an address finder at the moment. I have it all working on it's own, I give postcodeanywhere the postcode via json, it chucks back the addresses which I put in a select and then I give it back the chosen addresses…
David
  • 139
  • 3
  • 15
0
votes
2 answers

What is the quickest way to validate a postal code as existing on the iPhone?

I have an iPhone application which accepts valid zip codes as input. The input can be quickly validated for format; I am looking for methods to validate whether it exists or not. What is the most efficient way to test whether a given Canadian or US…
blueberryfields
  • 45,910
  • 28
  • 89
  • 168
0
votes
1 answer

Matching two variables to create a new ID

I'm trying to create an SQL statement to match either an id number or a postcode and then assign a new id number What I want to end up with is ‘newid’ that correctly recognizes that the first four records are the same person (even though the…
user2964644
  • 189
  • 9
0
votes
1 answer

JQuery check number of Letters

I'm trying to set some JQuery validation to check UK postcodes that are entered into a form. So from what I know about Postcodes they are at least 5 chars long but no longer than 7 and all contain at least 3 Letters, so what I have so far is: //…
user3129227
  • 51
  • 1
  • 2
  • 9
0
votes
0 answers

Regex for range of UK postcodes

I have UK postcodes stored in a database like this: EC1-3 S40-45 NE99 So it's the first part of a postcode, followed by a range of numbers (or just one number if there's not a range). So for example, I need a regex that will match EC1-3 with an…
Tom
  • 1,561
  • 4
  • 20
  • 29
0
votes
1 answer

Checking the format of characters within a postcode

I am constructing a form and have managed to sort out the input in the form. What I am attempting to do is when an entry is inputed for the postcode it does a check to make sure it follows a pre determined format. So far I have removed the space,…
MindBlower3
  • 485
  • 4
  • 20