MySQL Search Engine

admin

Administrator
Staff member
I'm trying to make a search engine like feature in my website. It should be able to search word by word. For example, if I search for "hello world", it will be able to search for both "hello" and "world", and not only "hello world". My host is not using the newer version of MySQL that supports FULLTEXT. Is there any alternatives for doing this with an older version?

Thanks in advance!!
 
Back
Top