<?php //logout.php session_start(); session_destroy(); unset($_SESSION['selectedtable']); header("location:index.php");
info at phpclasses dot org