Hi
This is probably a fairly easily solved issue but I am struggling at the moment. I basically just want to be able to search a database but with several different options, any of which can be used and any combination can be used. The options will be name, date and location.
What is the best way to do the search, I only want to search if something is entered into the form for that part so if no name is entered I do not want it to search for that etc.
Another issue is the date and location are drop down menus, how do I use if(isset) for drop down menus, do I leave a black <select> option?
Thanks in advance