SyntaxFix
Write A Post
Hire A Developer
Questions
if($var == "abc" || $var == "def" || ...) { echo "true"; }
Using "Or" instead of "And" would help here, i think