всего лишь функция удаление коментаif ((isset($_GET['delete'])) and (is_numeric($_GET['delete']))) { echo 'Looking for a comment...'; echo ' Done.'; echo 'Engaging deleting sequence...'; $query = "DELETE from comments where id=".$_GET['delete']; $result = mysql_query($query); if ($result) { echo ' 3...2...1... '; echo ' Almighty God, '; echo 'you love everything you have made '; echo 'and judge us with infinite mercy and justice. '; echo 'We rejoice in your promises of pardon, joy and peace '; echo 'to all those who love you. '; echo 'In your mercy turn the darkness of death into the dawn of new life, '; echo 'and the sorrow of parting into the joy of heaven; '; echo 'through our Saviour Jesus Christ, '; echo 'who died, rose again, and lives for evermore. '; echo 'Amen. '; } else { echo ' Almighty God, '; echo 'you love everything you have made... '; die('wait a second! it\'s alive. What the fuck just happend?! '); } }