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
0 answers

Uk Postcode Ng-Pattern Angularjs Not working

I have tried multiple reg ex expressions on my ng-pattern in angular js, I have test this pattern on an online regex tester and it works fine /^([Gg][Ii][Rr]…
user3355603
  • 1,091
  • 2
  • 12
  • 19
0
votes
1 answer

UK postcode to Index of Multiple deprivation

I want to get the Index of Multiple Deprivation value for a given (UK) postcode. It can be done using the tool developed by an Oxford group (link below) http://tools.npeu.ox.ac.uk/imd/ I want to know what the conversion process is. I know the iMDs…
wildcolor
  • 564
  • 1
  • 9
  • 23
0
votes
1 answer

zend_validate_postcode via country?

i have a registration form which contains a postalcode and a country drop down given those two values i want to validate the postcode via zend_validate_postcode this validator wants a zend_locale in the constructor now i dont know how to create a…
John Doe
  • 2,746
  • 2
  • 35
  • 50
0
votes
0 answers

Woocommerce Postcode/zip two seperate fields (numbers & letters)

A client of mine wants to keep the numbers and the letters of the postcode seperate ex. 4800 AA. Is there a way to do this easily? I've been looking around for some plugins with which i could do something like this, but i haven't found anything…
Menno van der Krift
  • 303
  • 1
  • 3
  • 15
0
votes
1 answer

How to put getLocation / compass button inside edittext field android studio

I want to put the getlocation / compass button inside my editfield, I am not quite sure how I can do this or where to start, please can someone guide me. What I have to do is, something like the two screenshots below; I have tried playing around…
Henry
  • 1,042
  • 2
  • 17
  • 47
0
votes
2 answers

SQL How to select properties from given multiple suburbs within 5KM range with the given suburbs?

I have two table as shown below: tbl_properties and tbl_postcodes It shall list the properites in surrounding 5 kms of the selected postcode/s. I am trying to get the result with below query but its not getting correct results. SELECT* FROM…
Krishna
  • 27
  • 5
0
votes
1 answer

Anyone got a regex for all known international postcode/zipcodes?

I've been searching for a global postcode based regex but not found one. Anyone know of one that exists?
buggedcom
  • 1,537
  • 2
  • 18
  • 34
0
votes
2 answers

Getting the suburb for a UK address or geocode

I am looking to get the Suburb from an input of an address or geocode (lat , lng or IP) By Suburb I mean something like the following. The UK Postcode : EH11 1AF is in the suburb of "Fountainbridge". There are many suburbs across the city of…
0
votes
0 answers

Trouble with prestashop zip code

I have a problem with my Prestashop zip code. It always says it's invalid when you pay as a guest (with an account it seems to work fine) for now i have turned zip code completely off. This is lowering sales so i hope that one of you has an…
Lex van Vliet
  • 43
  • 1
  • 4
0
votes
1 answer

Postcode search that affects a change when input value contains specific characters

I'm attempting to create a simple postcode search. I have been able to affect a change when the input value contains only the first two letter of each postcode, as defined in the variables. var AB = "AB"; var AL = "AL"; However when a full postcode…
Gary Voss
  • 225
  • 3
  • 13
0
votes
1 answer

SQL Server validating postcodes

I have a table containing postcodes but there is no validation built in to the entry form so there is no consistency in the way they are stored in the database, sample below: ID Postcode 001742 B5 001745 001746 001748 DY3 001750 001751 …
GullitsMullet
  • 348
  • 2
  • 8
  • 24
0
votes
4 answers

UK Suburb Database

This is not a really technical question but is required for a system I am building. I am after a UK suburb/postcode database. I haven't been able to find this anywhere and wonder if it is available (freely). I know in Australia is is freely…
Craig
  • 36,306
  • 34
  • 114
  • 197
0
votes
2 answers

JavaScript database sort by postcode

I need to create a JavaScript database of shops that will sort by the user's specified postcode. The limitations are that this needs to run entirely in the browser. After the user has input their postcode, I need to display a list of the nearest…
0
votes
1 answer

Postcode search and return a link

thanks for your help in advance. I have a wordpress site running woocommerence and I have it set up as a multi site. Basically I run a business which delivers McDonald's and KFC to customers. Each area has it's own site which is part of the…
0
votes
1 answer

Where to find free or paid database of European postal addresses?

I'm searching for database for delivery service. Delivery rate calculates based on ZIP code. The only good product I found is geopostcodes.com, is there any more? E.g. geonames.org is good but contains not enough data.
Demuri Celidze
  • 579
  • 2
  • 7
  • 25