prepare("DELETE FROM login_tokens WHERE user_id = :tk"); $stmt->bindParam(":tk", $_COOKIE["IB_ID"]); $stmt->execute(); setcookie("IB_ID", $_COOKIE["IB_ID"], time()-3600, "/"); setcookie("IB_SESSION", $_COOKIE["IB_SESSION"], time()-3600, "/"); ?>
If you weren't given the option, you need to: