I am currently developing a website for an electrical company. They would like some sort of postcode check on there. It would somehow work like this:
- User enters postcode
- See if we cover it
- display results.
But I have never worked with postcodes before. How would I be able to check whether they cover it. I obviously need some sort of database listing the postcode or area they cover. But how would I also check if the postcode is valid.
The postcode lookup is obviously to see if the electrical company covers the user's area.
Thanks in advance.