PHP Files
| Description
|
Register.php
| In registration, page costumer will register to the website. There are some components like button (register), USER NAME, PASSWORD, RETYPE PASSWORD, EMAIL labels.
|
Basket.php
| Adding page uses to add products from database of products to your basket. From basket, you can check out your products. There is BULK ORDER LIST, which contains you, products in basket.
|
Products3.php
| Products page contains many products and there is add button, which can help to costumer to add to his own basket the products.
|
Contact.php
| Contact page uses to contact with host also help them to know what products the costumers want to add to the website database.
|
Index.php
| Main page or home page has login logout as well as other pages. In this page told little bit more about company. By the menu navigation costumers can move to other pages.
|
Connect.php
| Connection with database PhpMyAdmin, SQL server
|
Checkout.php
| Check from database the products or all data from regrister.php
|
Login.php
| Entering to database
|
Logout.php
| Exit from server
|
Member.php
| Remembering database
|