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