Hi,

The switch statement can only be used to compare the value of one variable.
And it is used in this way: http://pt.php.net/switch
If you want to check the value of multiple vars use the if...