Hello I found this article which is helpful but unfortunately I cannot get it to work.
http://davidsimpson.me/2008/09/28/find-nearest-store-page-using-php-mysql-and-google-maps/
I have a list of stores in a MySQL table with postcode,longitude,latitude and various other store specific information.
I'd like the user to be able to enter their postcode on a form, specify a maximum distance in miles (ie a drop down menu, within 10 miles, within 20 miles etc), then for the results to be pulled in order from MySQL database.
Can anybody shed some light on this.
Regards