else




The else statement is only executed if the if expression evaluated to FALSE , and if there were any elseif expressions - only if they evaluated to FALSE as well (see elseif ).