how to have mulitple parameters in an if statemetn php code example Example: php multi condition if if($var == "abc" || $var == "def" || ...) { echo "true"; }