I\'m struggling to create a search that searches for multiple words. My first attempt yielded no results whatsoever and is as follows:
require_once(\'datab
Take a look at MySQL fulltext searches, if you must use MySQL. Otherwise take a look at SOLR, which is a fulltext search engine. You can use MySQL and SOLR in combination to provide enterprise level search capabilities for your apps.