PHP If statement with 3 Conditions
-
I’m having an issue with if statement in wordpress. Is it possible to put in 3 conditions in a statement? It works with two just fine.
if ($output1 == “” && $output2 == “” && $output3 == “”){
do something
}I”m getting an error with this. Please let me know your thoughts.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘PHP If statement with 3 Conditions’ is closed to new replies.