diff --git a/Graduation-Project-Documentation/Software/customers-web-application-back-end-database@73.md b/Graduation-Project-Documentation/Software/customers-web-application-back-end-database@73.md index 8a927a0..9163f75 100644 --- a/Graduation-Project-Documentation/Software/customers-web-application-back-end-database@73.md +++ b/Graduation-Project-Documentation/Software/customers-web-application-back-end-database@73.md @@ -2,6 +2,19 @@
+## Table of Contents ## + +* [Introduction](#introduction) +* [Sign-up Page](#sign-up-page) +* [Log-in Page](#log-in-page) +* [Update Profile](#update-profile-page) +* [Shop Page](#shop-page) +* [Orders Page](#orders-page) +* [Contact Page](#contact-page) +* [Search Page](#search-page) + +
+ ## Introduction ## Each page on the website needs a link between the customer and the system's database in order to store all the information we need as well as make the shopping process easier to the user. @@ -217,4 +230,4 @@ SELECT * FROM Products WHERE LOWER(ProductName) LIKE LOWER('%{$search_box}%');

-
\ No newline at end of file +