Search by Zip Code and Distance |
In CodeIgniter, what would be a good way to implement a search by Zip Code feature that also incorporated results a certain distance from Zip Code.
For example, a user might input their zip code and also select an option "Within 20 miles". Then the results page would show results starting from closest to their zip code, and then list places further away ordered by distance up to 20 miles away. There is an example on this page where it says: Search by Location. See http://www.catholictherapists.com On the example page, the location search also lets users search by city and state, and it has some auto-complete feature that starts suggesting places when you start typing a zip code ( and it says it is powered by Google). Ideally I want to replicate some thing like this search by location, and the result page it produces. |
Messages In This Thread |
Search by Zip Code and Distance - by tom756 - 05-11-2017, 10:38 AM
RE: Search by Zip Code and Distance - by PaulD - 05-11-2017, 10:59 AM
RE: Search by Zip Code and Distance - by Martin7483 - 05-11-2017, 12:18 PM
RE: Search by Zip Code and Distance - by xenomorph1030 - 05-12-2017, 05:13 AM
RE: Search by Zip Code and Distance - by tom756 - 05-12-2017, 01:02 PM
RE: Search by Zip Code and Distance - by skunkbad - 05-12-2017, 01:12 PM
|