> I am trying to find a str within a field using a select statement like
> SELECT * FROM tablename WHERE fieldname has the string within it
> Is there a way to do this?

WHERE fieldname LIKE "%$string%"

Chris

Reply via email to