From 3c343d6266593ca293329a4b3aa919a5aa5ea9bd Mon Sep 17 00:00:00 2001 From: Staycie Date: Fri, 16 Feb 2024 11:05:02 +0800 Subject: [PATCH] message sent pop up --- contact-us-action.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/contact-us-action.php b/contact-us-action.php index 318ea5d..ffe54fa 100644 --- a/contact-us-action.php +++ b/contact-us-action.php @@ -18,11 +18,12 @@ include "functions.php"; var_dump($array); header("location: contact-us-test.php"); - -# message success + +# 02-15-2024 Stacy added message sent $result = customerExists($_SESSION["email"]); if ($result > 0) { $_SESSION["SuccessfullySent"] = "Message Sent Successfully"; header("location: contact-us-test.php"); -} \ No newline at end of file +} +# 02-15-2024 Stacy added message sent \ No newline at end of file