diff --git a/checkout.php b/checkout.php
index 2a89868..14adeb3 100644
--- a/checkout.php
+++ b/checkout.php
@@ -294,13 +294,13 @@ span.price {
-
+
-
+
diff --git a/newslettter.php b/newslettter.php
index 0e85217..d651cad 100644
--- a/newslettter.php
+++ b/newslettter.php
@@ -20,13 +20,13 @@
-
-
+
-
-
+
-
-
+
-
diff --git a/offersmail.php b/offersmail.php
index d98e273..98a827e 100644
--- a/offersmail.php
+++ b/offersmail.php
@@ -34,10 +34,12 @@ if (isset($_POST["email"])) {
";
exit();
}else{
-
+ $db_sql = "SELECT * FROM email_info";
+ $db_query = mysqli_query($con, $db_sql);
+ $count_db = mysqli_num_rows($db_query);
$sql = "INSERT INTO `email_info`
(`email_id`, `email`)
- VALUES (NULL, '$email')";
+ VALUES ($count_db + 1, '$email')";
$run_query = mysqli_query($con,$sql);
echo "