is_id()) { $delete_query = "DELETE FROM shirt WHERE shirt_id = " . $this->get_id() . ";"; $sql->execute_query($delete_query); header("Location: /admin/shirts"); } ?>