Wondering if you guys know of any scripts that would work as a simple search engine on my existing database. I have a really simple search using the like mysql function (LIKE '%$search%') but I want something where people can search for keywords So you can enter "candy child" and a record in the database named "A child with some candy" would show up.
Bookmarks