I am talking about this code:
if(strpos('abcdefghijklmnopqrstuvwxyz', 'hello') !== false){
//executable code
}
It isn't returning
true as you suggested. Th code inside the if does't execute.
In that case, I may have made a mistake and mixed it up with another function. My apologies.
E: Yes, I am incorrect about strpos. My greatest apologies.