MySQL Forums
Forum List  »  PHP

Re: MySQL PHP Search Query Code
Posted by: Dayse Mejias
Date: October 03, 2011 03:44PM

Thanks so much for your help! Really appreciated.

Do you mean I should change my query to this:

$query = "SELECT * FROM movies WHERE MATCH(description, title) AGAINST('"{$words}"') OR id=";

Will this give me all the words entered in the same order entered like for haunted house?

Options: ReplyQuote


Subject
Written By
Posted
September 29, 2011 12:43AM
September 30, 2011 07:41PM
Re: MySQL PHP Search Query Code
October 03, 2011 03:44PM


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.