message sent pop up
This commit is contained in:
parent
a12dd88621
commit
3c343d6266
|
@ -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
|
Loading…
Reference in New Issue