Project: Online Ordering System in PHP with source code
About Project
Online Ordering System is developed using PHP, CSS, Bootstrap and JavaScript. Talking about the project, it contains an admin side and a user where a user can order products easily. Additional, the admin plays an important role in the management of this system. In this project, the user has to perform all the main functions from the admin side.
About System
Talking about the features of the Online Ordering system, the user can view all the available products and simply add to cart for the ordering proce
Admin Panel
From the admin panel, the admin has full access of the system. He/she can manage all the products. In order to add a product the user has to provide product name, description, category, origin, price, quantity, and image. The admin can view all the existing members of the system, messages, orders. It also contains user management for the easy management of the system.
Design of this project is pretty simple so that the user won’t find any difficulties while working on it. Online Ordering System in PHP helps the user in ordering items online. To run this project you must have installed virtual server i.e XAMPP on your PC (for Windows). Online Ordering System in PHP with source code is free to download, Use for educational purposes only! For the project demo, have a look at the GIF below.
Features:
- Login/Register system
- Admin panel
- Cart system
- Online transactions
- Manage products
- Messages
- Manage orders
- User Management system
How To Run??
Firstly, after starting Apache and MySQL in XAMPP, follow the following steps
1st Step: Extract file
2nd Step: Copy the main project folder
3rd Step: Paste in xampp/htdocs/
Now Connecting Database
4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: Then, click on the databases tab
6th Step: Create a database naming “db_project” and then click on the import tab
7th Step: Click on browse file and select “db_project.sql” file which is inside “DATABASE” folder
8th Step: Click on go.
After Creating Database,
9th Step: Open a browser and go to URL “http://localhost/onlineorderingsys/”
For Admin Panel
Final Step: Go to URL “http://localhost/onlineorderingsys/admin/”
Provide the username and password which is provided inside the “Readme.txt” file.
How to connect data base in cpanel (linux hosting)
Fatal error: Uncaught Error: Call to undefined function mysql_select_db() in C:xampphtdocsOnlineOrderingSystem_PHPonlineorderingsysadminconnect.php:2 Stack trace: #0 C:xampphtdocsOnlineOrderingSystem_PHPonlineorderingsysschool.php(2): include() #1 {main} thrown in C:xampphtdocsOnlineOrderingSystem_PHPonlineorderingsysadminconnect.php on line 2
please how do i solve this
we recommend using PHP 5.6.3
Fatal error: Uncaught Error: Call to undefined function mysql_select_db() in C:xampphtdocsonlineorderingsysadminconnect.php:2 Stack trace: #0 C:xampphtdocsonlineorderingsysschool.php(2): include() #1 {main} thrown in C:xampphtdocsonlineorderingsysadminconnect.php on line 2
Is there a way to solve this in the latest PHP?
we recommend using PHP 5.6.3
for most of our Shared PHP projects
please and if i use version 7 or better its not going to work?