You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
$q_del = "DELETE FROM users WHERE id = '$id' LIMIT 1;";
$r_del = mysqli_query($dbc, $q_del);
if (mysqli_affected_rows($dbc) == 1) {
$notify[] = "<h2><strong>".((!empty($_POST['id'])) ? 'Your' : 'This'). "account was successfully deleted!</strong></h2><h3>If this was an accident, you will unfortunately have to create a new account.</h3><hr><h3>Contact <i>mbouadeus@gmail.com</i> for further support.</h3>";
} else {
$error[] = "<strong>There was an error while deleting your account.</strong>Contact <strong><i>mbouadeus@gmail.com</i></strong> for further support.";