From 8f34787d50aded2ca100d0ebdfc201b7b449de64 Mon Sep 17 00:00:00 2001 From: CodeServer Date: Fri, 30 Jul 2021 11:11:47 +0100 Subject: [PATCH] implemented login and hashed password --- footer.html | 34 +++++++++ index.html | 6 +- php/connection.php | 7 +- php/login.php | 73 ++++++++++++++++++ php/password.php | 0 php/register.php | 45 ++++++++++++ shopping/addToCart.html | 90 ----------------------- shopping/addingToCart.php | 36 +++++++++ shopping/cart.php | 110 ++++++++++++++++++++++++++++ shopping/productDetails.php | 75 +++++++++++++++++++ shopping/shopping.php | 46 ++++++++++-- shopping/shopping_headerNav.php | 5 ++ style/modules/_sectionShopping.sass | 11 ++- style/style.css | 9 ++- style/style.css.map | 2 +- 15 files changed, 435 insertions(+), 114 deletions(-) create mode 100644 footer.html create mode 100644 php/login.php delete mode 100644 php/password.php create mode 100644 php/register.php delete mode 100644 shopping/addToCart.html create mode 100644 shopping/addingToCart.php create mode 100644 shopping/cart.php create mode 100644 shopping/productDetails.php create mode 100644 shopping/shopping_headerNav.php diff --git a/footer.html b/footer.html new file mode 100644 index 0000000..de35075 --- /dev/null +++ b/footer.html @@ -0,0 +1,34 @@ + \ No newline at end of file diff --git a/index.html b/index.html index d489c60..9c16589 100644 --- a/index.html +++ b/index.html @@ -204,7 +204,7 @@ -
+