"; echo 'Your Name: ' . $_SESSION['name'] . ""; if ($_GET['do'] === 'logout') { session_destroy(); header("Location: index.php"); exit(); } ?>