Hey there,
I'm looking for a way to code the following simple statement: if ($string contains $string2) { ...
How would I go about doing this?
Thanks!
Use [man]strpos/man.
Or is this really a database related question? If so, you need to provide more info.