<? if(isset($_GET['logoff'])) { $_SESSION = array(); session_destroy(); header("Location: index.php"); exit; } ?>
<a href="?logoff"><h3>Çıkış Yap</a>