I have a search page with 3 drop-down boxes (fed from tables in a database) from which users can pick 3 categories to search on. However, I need to set it up so that users can search on only two of those categories if they so wish.
The page is backed by a sql query of the WHERE ID = 'parameter1' AND Name = 'parameter2' type.
I can't think of a way of setting this page up so that the three search terms can be optional. Can anyone suggest a strategy?
Regards,
Tony
The page is backed by a sql query of the WHERE ID = 'parameter1' AND Name = 'parameter2' type.
I can't think of a way of setting this page up so that the three search terms can be optional. Can anyone suggest a strategy?
Regards,
Tony