<?php ob_start(); setcookie("username","",time()-1); echo"<META HTTP-EQUIV='refresh' content='0; URL=index.php'>"; ob_end_flush(); ?>