message sent pop up

This commit is contained in:
Staycie 2024-02-16 11:05:02 +08:00
parent a12dd88621
commit 3c343d6266
1 changed files with 4 additions and 3 deletions

View File

@ -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");
}
}
# 02-15-2024 Stacy added message sent