Advertisements
Advertisements
Question
Define if...elseif....else Statement in PHP.
Short Note
Solution
- If-else if-else statement is a combination of if-else statement.
- More than one statement can execute the condition based on user needs.
shaalaa.com
If elseif else Statement in PHP
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Write the usage of Switch Statement in PHP.
Write the Syntax of Switch statement.
Write is the purpose of if elseif else statement.
Write Short notes on Switch statement.
Discuss in detail about Switch statement with an example.
Explain the if elseif else statement. With suitable example.