prepare($stmt); $sql->bindParam(':sublist', $subs_to_remove); $sql->execute(); } catch (PDOException $e) { $alert = array("danger", "Failed to remove subscriber(s): " . $e->getMessage()); } } } else { $alert = array("danger", "You are not authorised to manage subscribers on this request."); } } $newURL = "/editsub?rid=" . $request['uuid']; echo(""); ?>