Hi everybody,
I have an easy question here but I just can't find the answer in the manual. I would like to be able to search a substring within a string.
For example:
$string1 = "I love french fries"
I would like to code: if $string1 contains "french fries" then return true, else return false.
Can somebody explain me how to do that?
Thanks in advance,
Macsym