PuneethReddyHC/online-shopping-system

admin login

akanksha180898 opened this issue · 4 comments

from where admin will login ??????????

adminlogin2
error=Please register first

12

go to login.php file at line 86
and rewrite the code.( echo "<script> location.href='admin/add_product.php'; </script>";)
actually we are setting the wrong directory (admin/addproduct.php)
correct one is (admin/add_product.php) .