ERROR DE ACCESO

" ; if(isset($_POST['new'])){ $session->processesForm(null, $_POST["film"], $_POST["hall"], $_POST["cinema"],$_POST["date"],$_POST["start"],$_POST["price"],$_POST["format"],$_POST["repeat"], "new"); $reply = $session->getReply(); } else if (isset($_POST['edit'])){ $session->processesForm($_POST["id"], $_POST["film"], $_POST["hall"], $_POST["cinema"],$_POST["date"],$_POST["start"],$_POST["price"],$_POST["format"],"0", "edit"); $reply = $session->getReply(); } else if (isset($_POST['del'])){ $session->processesForm($_POST["id"], $_POST["film"], $_POST["hall"], $_POST["cinema"],$_POST["date"],$_POST["start"],$_POST["price"],$_POST["format"],"0", "del"); $reply = $session->getReply(); } ?> print_head(); ?> print_header(); ?>
print_footer(); ?>