delete(); header('Location: signup.php'); exit(); } catch (PDO $e) { $_SESSION['message'] = $e->getMessage(); header('Location: signin.php'); exit(); }