I'm new to php and cannot get this to work. It works with a single strpos but not with || between them. I researched and cannot find the right format Code: if (strpos(,)) || (strpos(,)) { echo ; fwrite(,); fwrite(,); } Huh the forum striped out my variables, but I think you get the idea
Newbie needs help with OR php
18
I'm new to php and cannot get this to work. It works with a single strpos but not with || between them. I researched and cannot find the right format
Huh the forum striped out my variables, but I think you get the idea
Code:
if (strpos(,)) || (strpos(,))
{
echo ;
fwrite(,);
fwrite(,);
} - Big Squid
- [ 1 ] Thanks
- David Beroff
- [1] reply
- hometutor
- [1] reply
- Adrianhenry
- David Beroff
- [1] reply
- hometutor
- [1] reply
Next Topics on Trending Feed
-
18