- Please use XAMPP and start Apache and MySQL at
localhost
. - Copy the main files unto a directory(e.g.
htdocs
) under XAMPP Installation Directory (e.g.c:\xampp\
) - use a browser to open the required file (
url:localhost/\<your directory\>
)
- index.php: default entry webpage, before register & login
- supplementary functional PHP codes:
- login.php
- register.php
- supplementary functional PHP codes:
- home.php:after login
- sub-pages:
- shop_manager.php
- my_order.php
- shop_order.php
- logout.php (functional, just for cleaning the login user's data and redirect to default index.php)
- other supplementary codes:
- c_order.php
- shop.php
- finishedSelected.php
- cancelSelected.php
- make_order.php
- sub-pages: