I need to offer user's who Live in x location in the UK.
I'm currently having users enter their postcode via a form I've built, the postcodes get submitted to the database and I use Google search to check their in a close proximity to which I can offer services.
This sometimes can take me hours to manually hack through hundreds of postcodes this way so I'm looking to automate the process; if I could have the postcodes run through a script that'll determine if postcode x is within y miles of postcode z I'll be able to die happy.
Speed is also an issue for me, so I'm looking for a solution that doesn't rely on an external web service. Does anyone know of a script that'll do the trick?