<?
if(isset($_GET['id']) and $_GET['id'] == "logout") {
  unset($_SESSION['member_id']);
session_destroy();
echo "<meta http-equiv='refresh' content='0;url=".web_url."'>";
}
?>