Post
Topic
Board Micro Earnings
Re: FaucetBOX.com Discussion
by
rkandrades
on 02/11/2015, 17:27:30 UTC
I am talking about this code:

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.

No problem.

You were just trying to help.

Both of us learn with these tests. Smiley