GIF89a
<?php session_start(); unset($_SESSION['reg_id']); unset($_SESSION['name']); echo "<script>window.location='index.php'</script>"; exit(); ?>