I am currently using this mysql query:
SELECT * FROM searchresults WHERE info LIKE '%$searchquery%'
but when you type for example thegeeks(the site's name) is cool, it doesn't bring anything up because there is only a database entry for "TheGeeks" not for "TheGeeks is cool".
Thanks.