getAnime($aid); if($info === null){ header("Location: add.php"); die(); } if($database->isTracking($aid)){ $database->clearTrackedEpisodes($aid); $database->stopTrack($aid); } header("Location: index.php"); die(); } header("Location: show.php?aid=$aid"); die();