diff --git a/admin/chktitle.php b/admin/chktitle.php
new file mode 100644
index 0000000..0411565
--- /dev/null
+++ b/admin/chktitle.php
@@ -0,0 +1,10 @@
+0){
+ echo"Image already exist";
+}
\ No newline at end of file
diff --git a/admin/index.php b/admin/index.php
index b8ffd2e..f5cdba6 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -18,6 +18,11 @@
E-commerce Admin Panel
Admin Panel
+
+
\ No newline at end of file
+?>
+
diff --git a/admin/login.php b/admin/login.php
index 9b7058f..c574bea 100644
--- a/admin/login.php
+++ b/admin/login.php
@@ -22,6 +22,8 @@
}
header('location:index.php?logged_in=You have successfully logged in!');
}
+
+
}
?>
diff --git a/admin/view_products.php b/admin/view_products.php
index 2e57b8c..d382bfd 100644
--- a/admin/view_products.php
+++ b/admin/view_products.php
@@ -23,6 +23,9 @@
$count_pro = mysqli_num_rows($run_pro);
if($count_pro==0){
echo " No Product found in selected criteria
";
+
+
+
}
else {
$i = 0;