Quote:
Originally Posted by OciXCrom
Please show the full code. You're obviously doing something wrong.
PHP Code:
if(strfind(where, what) != -1)
PHP Code:
if(contain(where, what) != -1)
PHP Code:
if(containi(where, what) != -1)
|
I've checked first how i put in array the flags then i see that it was wrong in native, i forgot to add
param_convert(5), and there it happens that bug. So now it's fixed.
It appears that is not a bug with function strfind.
I fixed this problem. Thank you guys for assisting in the thread.