<span id='title'>Logout Form</span><br><br> <?php session_destroy(); $uid = ''; header("location: index.php"); exit; ?>