Does any one know of a php Boolean search script that searches a MySql database. Right now I have just a simple "SELECT * FROM table WHERE word LIKE '%$letters%' ORDER BY word"; script, but I would like to be able to use a Boolean search to search multiple words in my database.