I'm looking to create a basic postcode checker for a small business with a few stores across Australia. I just want the customer to input their postcode, and based on that postcode they would be redirected to their relevant local web site with local pricing etc. I was thinking just a simple if statement (e.g if submitted postcode is between 5000 and 5999 load South Australia page) but I'm not sure on how I would do this.
I have been looking at this: http://waww.com.au/ramblings/determine-state-from-postcode-in-australia but so far no luck
Any help would be appreciated!
Thanks