Failed to connect to MySQL: " . mysqli_connect_error(); } $iquery = "UPDATE account SET email_sub = 0 WHERE email = '$email';"; // Execute query if (mysqli_query($con,$iquery)) { echo 'Done. You\'ll no longer hear what these turtles have to say! We\'ll be missing you greatly.'; } else { echo 'We have technical difficulties, please try again later or request manual removal in Discord.'; } function errorHandler($error) { echo "

$error

"; exit; } ?>