<?phprequire('mysql.php');mysql_query("DELETE FROM post WHERE utc='".$_REQUEST['utc']."'");mysql_close($db_link);?>