i have a database with some names and addresses, zip codes, etc

i am looking for a way to display names close to a zipcode.

something like based on my zip code to show the people with in my proximity

i am looking for an script idea...

i know google has something but it charges after 50.000 entries

thanks

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Here is how you do it.

Download the zipcode database with latitutde/longitude here.

Do a query in mysql to get users close to x miles.

Luckily, someone has already written a library to do all this for you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.