I need to create a simple postcode / page finder for a site where a user will enter their postcode and be redirected to a page based on whether or not that location is covered by the company.
Basically the same as used on this site: http://www.dailypoppins.co.uk/
The fact it is a postcode is kind of irrelevant. For simplicity I'd probably just like a PHP file which takes the value entered into the form, checks it against a predefined list of values (Postcodes, there aren't that many currently covered) and then redirects the user to the correct page depending on the value / postcode entered.
Does anyone know how to do this?