Recently Posted




Notice: SSI.php was unable to load a session! This may cause problems with logout and other functions - please make sure SSI.php is included before *anything* else in all your scripts! in /home/tutorial/public_html/mathforum/SSI.php on line 155

elseif

IF statement condition.
is used with IF. The statements after the are
executed if the expression is true and all the preceding IF and
expressions are false. An expression is considered true if
the real part has all non-zero elements.

does not need a matching END, while ELSE IF does.

The general form of the IF statement is
IF expression
statements
expression
statements
ELSE
statements
END

See also if, else, end.

Tags: ,