I'm trying to make a search engine for my database of links.  I have been using the 
following.

SELECT * FROM `hyperlinks` WHERE 1 AND `keywords` LIKE '%$getme%' ORDER BY `id` ASC 
LIMIT 0, 30

if $getme = big trees

then it would only search for key words that are there same "big trees" not for " big 
and trees"

can anyone help?

Philip J. Newman
Philip's Domain - Internet Project.
http://www.philipsdomain.com/
[EMAIL PROTECTED]
Phone: +64 25 6144012

Reply via email to