Is there a way to find the radial distance using the zipcode?
My task is to search the all the users residing with in a specified distance. I know the zipcodes of the users.
Eg, users between 25 miles from the current location.
I have other search categories, for which i am using mysql queries. I am unable to figure anything out for the distance issue.
My backend is in php and frontend in Flex.
The best option for me would be something like that of www.zip-codes.com/zip-code-radius-finder.asp. ie, if I should be able to get all the zip-codes available in the specified radial distance. So i can compare this zip-codes to the users zip-codes in my database. And select the ones with a match.
Please help me out with this. Zeeshan