<?php if (!isset($_GET['removed'])) { $id = $_GET['id']; $news->remove($id); header("Location: ?p=n&a=r&removed"); } ?>