phpisawesome Posted August 15, 2008 Share Posted August 15, 2008 Hi guys, can you point me in the right direction... I would like to make a basic search page. there will be 3 fields to search in and I want mysql to display the results... Quote Link to comment https://forums.phpfreaks.com/topic/119891-suggestions/ Share on other sites More sharing options...
GreenUser Posted August 15, 2008 Share Posted August 15, 2008 There are plenty of tutorials if you google "php search engine" or "script". Of course, I've tried a couple and they can be quite lengthy. Quote Link to comment https://forums.phpfreaks.com/topic/119891-suggestions/#findComment-617633 Share on other sites More sharing options...
ohdang888 Posted August 15, 2008 Share Posted August 15, 2008 ehhh... you can build a very simple non-powerful search engine with this SELECT * FROM `table` WHERE upper(column name) LIKE upper('%$search%') but its not very powerful... try a MATCH AGAINST Quote Link to comment https://forums.phpfreaks.com/topic/119891-suggestions/#findComment-617656 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.