<?include_once 'connect.php';include_once 'head.php';if (isset($u['id'])){mysql_query("DELETE FROM `lenta_chit` WHERE `user` = '".intval($_GET['id'])."' AND `chit` = '".$u['id']."'");}header("Location: ".intval($_GET['id'])."");?>