Parse error: syntax error, unexpected T_DEFAULTerror occurs around the "case defualt" line. Can't see anything wrong.Code:// Script flow switch($mod) { case 'doadd': die('executed doadd code'); break; case default: addgroup(); break; }
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |