Findind string in another string in PHP
- by Mamadou
Hi everybody
I got a string like this : $str1 = "mod 1 + mode 2 + comp 1 + toto"
I would like to test even " mod 1" is in $str1.
I used strpos but this function dosen't help
Pliz can anyone give an idea to fix this problem
thank u.