createQuestion.php 222 B

1234567
  1. <?php
  2. $root = $_SERVER['DOCUMENT_ROOT'];
  3. include($root . "/util/session.php"); //checks that the user is logged in
  4. unset($_SESSION['questionUpdDel']);
  5. $_SESSION['questionAdd'] = 'true';
  6. header("location: ../teacher.php");