header("location:home.php"); exit(); //*********Connection � la base************* include ("include/connect.php"); //****************************************** if(isset($_GET["logoff"])){ session_unset(); header("location:home.php"); exit; } //*********entete************* include ("include/entete.php"); //****************************************** /*if(empty($_SESSION["age2"])){ header("location:age2.php"); }*/ ?>