how to make if statements with 4 times && php code example Example: php multi condition if if($var == "abc" || $var == "def" || ...) { echo "true"; }