> Hello y'all,
> 
> I guess this is easy, but it is defeating me.
> I am having a problem with this query:
> 
> $keyword = "search";
> SELECT * FROM table WHERE field LIKE '%$keyword%'
> 
> The problem is I don't want "sear" or earch but exactly "search".

like "% $keyword %";



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to