I have a calendar page that is used to list the events for the day selected. I use a mysql query to pull the events out. I would also like to have a select box with all of the possible categories so they can search by category as well as date. I would like to do this without sending them to another page. How do you "turn off" the query that is looking for date when they choose from the select box?