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... 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. 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 Link to comment https://forums.phpfreaks.com/topic/119891-suggestions/#findComment-617656 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.