Shopping Cart Website with PHP MySQL

This is the source code of an e-commerce website developed using PHP MySQL, including the storefront and admin pages. As this is the master version, some functionalities may not be fully developed. You can download it for learning and reference purposes.


Shopping Cart website in PHP MySQL

* How to install script on localhost:

  • Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts;
  • Download and extract the script and copy it to the web server directory ;
  • Access phpMyAdmin to create a new database, then import file shop.sql database shared in the source code;
  • Open the config.php file (www\shop\admin\include\config.php) and configure the database connection information.
  • Open the config.php file (www\shop\include\config.php) and configure the database connection information.
  • Site URL: http://localhost/project_name/
  • Admin panel URL: http://localhost/project_name/admin
  • Default login account: admin/123456."

Previous Post Next Post