$id = $data->post("id");mysql_query("DELETE FROM `items` WHERE `id` = '$id'") or die(mysql_error());echo "Item deleted";?>