Hi


I have 1 textbox and 3 drop down menus. textbox is to pick a topic_head and the other dropdown lists are to
select dept_name,categ ory name and sub actegory name from different tables into single topics table.

The user selects any of these fields then hits submit
he should list all entries in the table. How would I formulate the
select statment for MySQL to display the results in a webpage. ...