The switch
statement is used to perform different actions based on different conditions.
The PHP switch Statement
Use the switch
statement to select one of many blocks of code to be executed.
Syntax
switch (n) {
case label1:
code to be executed if n=label1;
break;
case label2:
code to
Users replays
0 results
- Add your answer -
slot777
Forum utorial HTML, CSS, PHP, MySQL
html container box
make mysql_query faster
php array to comma separated string
php template engine
php pagination mysql
php login script with session