I have a PHP application I'm working on and the client would like to have a zip code proximity search feature. eg, the end user plugs in a zip code and it finds contacts in the database in or around that zip code. So, ideally the database would have zipcode, city, state, latitude, longitude.
I'm wondering if someone here has done something like this and can recommend an open source zip code database in a downloadable CSV? I've done tons of googling but only can find db's that require a fee. I'm looking for a free solution first.
Thanks for the help!