if($_SESSION['role_id']!=3 && $_SESSION['role_id']!=7) { header("Location: ../dashboard.php"); exit; }