php - Find users residing between a specified distance (using user's zipcode) -


Is there a way to radial distance to use zipcode?

My job is to find all users living in a specified distance. I know the user's zip

Example, user between 25 miles from the current location.

I have other search categories for which I am using mysql queries. I am unable to extract anything for the distance problem

My backend is in phx with php and frontend.

The best option for me would be something like www.zip-codes.com/zip-code-radius-finder.asp That is, if I should be able to get all zip-codes available in the specified radius distance. That's why I can compare this ZIP-code to user zip codes in my database. And select the one with the match.

Please help me out.

I have accomplished something like that - using your free Google Maps API -

-

- Google Maps API Home


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -