Tag mysql

Find nearest store page using PHP, mySQL and Google Maps

This is a step by step guide for building a find nearest/store locator for free in PHP just like Postcode Anywhere.
It requires PHP and a mySQL database. That’s all.
You don’t need Google Maps, but it helped me populating the database, so I’ve included it for completeness. The example I’m using is UK based, but [...]