From 3283ecec636c60b13437c827b527cccf385a94d2 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Thu, 9 Feb 2023 23:19:03 -0600 Subject: [PATCH] Save email to cookie --- index.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 7de60de..6011be7 100644 --- a/index.php +++ b/index.php @@ -90,6 +90,9 @@ setcookie('name', $name, 0x7FFFFFFF); $_COOKIE['name'] = $name; + + setcookie('email', $email, 0x7FFFFFFF); + $_COOKIE['email'] = $email; } // Validate and move the uploaded image file, if necessary @@ -532,7 +535,7 @@ (Optional)
- +

@@ -564,7 +567,7 @@ - (Optional) + (Optional)