3)) $nbplayers = 3; } $_SESSION['nbplayers'] = $nbplayers; $_SESSION['nbquestions'] = 7; session_write_close(); $hash = ''; if (isset($_GET['fullscreen'])) $hash = '#fullscreen'; header('Location: alpha.php'.$hash); die();