Kevin Pirnie' Articles
- Home / Kevin Pirnie’s Articles / MySQL
By: Kevin On: May 30, 2013
Posted In: Development MySQL MySQL PHP Software Source Code development mysql pdo php web development
Today, boys and girls we'll be talking about how to do a Zip Code Radius Search in MySQL; how to set it up, and how to use it.This has been tested in MySQL 5.1+, so please do not try it in anything lower than this, because it probably will not work.Now, you may ask... 'Why do I need a ZipCode Radius Search?', even though I do not know the answer to your question, I do know why I needed it. Simply put as a store locator service for a client. Since there are a few ways to do this, I will only be showing you how I did it (as I found and tested other methods, this method seemed to be the most accurate while… Read More