I have this situation where I have to check two GET variables. After checking the first one in one switch statement inside the statement, the second variable has to be checked i
According to the PHP Documentation Examples, it is possible if the case block which contains the nested switch is enclose with braces.
Follows the mentioned example.