MySQL Forums
Forum List  »  Newbie

Re: trying to make php/mysql search system
Posted by: Bob Field
Date: April 05, 2006 04:28PM

It might help to compare the fields against something:

WHERE Object_Name LIKE 'something' OR Description LIKE 'something' OR Keywords LIKE 'something'

Options: ReplyQuote


Subject
Written By
Posted
Re: trying to make php/mysql search system
April 05, 2006 04:28PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.