Forum Moderators: coopster
SELECT name FROM table WHERE name LIKE '%$searchtext%';
Make a form on one page with a input box and a drop down with your different categories, then when submit is pressed you can search with the query above and change the field depending on which category you select.