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