|
|
| Php Switch Statement |
Using Switch Statement
Sometime using the if statement is not the way to go, or rather the easier way to go
Switch Statement
Result:
Traveling to Vegas Win lots of cash
Another example which will use default:
Switch Statement
Result:
Traveling to Denver Stop Dreamin!
|
|