Hi everybody, I'm developing an affiliate ticket website, and I'd like to have it set up like this: the user enters location and the my site returns results closest to him. I'm not quite sure how to do this. The datafeed has city and state information for each event. Any ideas how to get started? Thanks, Rick
I do have a MySQL and a script that will load the datafeed into the MySQL db. The ticket datafeed has City and State information.
well just insert a where statement into the query like select * from tableName where city = '$inputOfCity'