* Thus wrote Brian Dunning ([EMAIL PROTECTED]):
> I STFW and RTFM and I still can't figure out why this returns a 1064 
> parse error:
> 
> SELECT * FROM 'my_table' WHERE ('field_1' LIKE '%$keyword%' OR 
> 'field_2' LIKE '%$keyword%' OR 'field_3' LIKE '%$keyword%') AND 
> 'status' = 'active';

You might want to change your subject to 'mind reading experts'.  A
lot of things can be wrong with this, as per the whole discussion
on this topic has shown.

All you need to do is echo mysql_error() and echo the actual string
that you are passing to mysql_query(). You're problem will be
solved rather quickly if you do that.


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to