Quote:
Originally Posted by Liverwiz
if(contain(m, "/x") != -1)
{
//The string contains /x
//this is what we do
}
|
how you do this in loop with checking every sting char one by one?
PHP Code:
if(contain(m, "/x")
it take all text what is inside m variable, i can controll or can not know where the place was where that /x.