hey - im tryin to build the script to run a search that has 4 drop down menus (select boxes. The question here is, how would anyone suggest i do it first off.
the other question is - can i use the
if(!isset($option)) method .... and if so - can i put in multiple $ values in the brackets like:
if(!isset($option, $value, $more, $less))
or do i have to construct an if statement for every option. if this is the case can anyone help me with how to tell the code to search even if nothing is selected and search based on the selections that WERE made ? thanks for any help.