>Hi there >I have a site driven by a database and I need a search engine...when someone enter a word the script to search the entire >database for that word and return the results. >Could someone give me the link to that kind of tutorial? >Please email me asap
Not that my database (mysql) is big or anything, and I only work with a very selected columns I just normally use LIKE in my query. E.g. SELECT abc FROM def WHERE LIKE '%string%'; Depending on what you what. I place the % before, after and in this example before and after. Kind Regards Brent Clark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php