This topic is locked

Zip code Search

6/1/2012 11:30:56 PM
PHPRunner General questions
ladykathleen author

I am looking into doing a search that uses zip code proximity searching like: find all records that have a zipcode within _ miles of ___ zipcode entered)
I do understand that phprunner itself does not have this type of search but I would like to be able to add this if someone maybe point me in the right direction that would help.

C
cgphp 6/2/2012
ladykathleen author 6/2/2012



You can get inspiration from this article: https://developers.google.com/maps/articles/phpsqlsearch?hl=it-IT#findnearsql


I noticed on your post you do custom scripts. Can you give me a quote on a script that would do this? Basically what I need is each data line has a zipcode and I need to be able to do a search and find all lines that have that zipcode and any zipcode within in X miles of the zipcode. The person searching would provide the zipcode and the miles.