PHP Switch Statement
Switch Statement is the same as If…Else Statements except that it is easier to use if you have multiple conditions.
Switch Syntax
Switch Statement is the same as If…Else Statements except that it is easier to use if you have multiple conditions.
Switch Syntax