I have an existing basic event listing script that I need help tweaking.
Required: Add a Zip Code Proximity search to existing search options.
Programming: php and mysql
++Primary is the zip code proximity search option.
SEARCH FUNCTION OPTIONS
1.) I need to add a U.S. zip code proximity search (in miles) added to current search options.
– I can supply U.S. zip codes with Lat and Long if needed.
– output based on users added event zip code.
2.) Current search options shows coun…
