switch ($_GET["action"]) {
case 'forma':
// your code here
break;
case 'delete':
// your code here
break;
case 'insert':
// your code here
break;
default:
// your code here
break;
}