I'm trying to find similar rows by keyword. I've got a keyword column
and am having problems finding all rows that have a single keyword.

So, if a keywords are:

php mysql perplexed newbie

And I'm trying to find all rows with "newbie" in the keyword column,
how do I write a WHERE statement to do this? LIKE didn't work and
neither did LIKE %$keyword%.

How do I do it?

Reply via email to