Porkie Posted July 6, 2009 Share Posted July 6, 2009 i have created a search box with a menu to the side, now basically which ever item the user selects from the menu i want the search to do different things. how do i do this ? Sorry if its simple answer cheers Link to comment https://forums.phpfreaks.com/topic/164956-creating-multiple-searches/ Share on other sites More sharing options...
haku Posted July 6, 2009 Share Posted July 6, 2009 if(something) { // do something } elseif(something else) { // do something else } If you want more detail than that, you will have to show us some of the code you have already written. Link to comment https://forums.phpfreaks.com/topic/164956-creating-multiple-searches/#findComment-869819 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.