Pre-owned/Used Car Selling Management System using PHP
Pre-Owned/Used Car Selling Management System Using PHP
Pre-owned/Used Car Selling Management project in PHP is meant to give people a better and trustworthy platform where they can sell and buy cars of their own choice and obviously on their own terms and condition. With the help of the internet and computer systems, a man from a remote area can buy/sell his car from anywhere in the country/world. Through this system, if any inquiry occurs it is corresponding entries are done automatically because the database management system gives the facility of having the relationship between the tables.
Project Requirements
Project Name | Pre-Owned/Used Car Selling Management System |
---|---|
Language Used | PHP5.6, PHP7.x |
Database | MySQL 5.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |
Features of the Project
In Pre-owned/Used Car Selling Management project , we used PHP and MySQL database. It has two modules
- User
- Admin
User: Users can view the website and check out the information about cars and they can also inquire about the car.
Admin Module
- Admin is the superuser of the website who can manage everything on the website. Admin can log in through the login page
- Dashboard: In this section, the admin can see all detail in brief like the total car company, Total Enquiry, and Total Car Listed
- Company Info: In this section, admin can manage car company information (add/update).
- Car info: In this section, admin can manage car information(add/update).
- Inquiry: In this section, admin can view and maintain the inquiry.
- Search Enquiry: In this section, admin can search inquiry with the help of the inquiry number/name/email/contact number.
- Pages: In this section, admin can manage about us and contact us pages.
- Admin can also update his profile, change the password and recover the password.
Output Screen of the Project
Home Page
Listed Cars
Admin Login
How run POCMS Project using PHP
- Download the zip file
- Extract the file and copy
pocms
folder - Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
- Open PHPMyAdmin (http://localhost/phpmyadmin)
- Create a database with name
pocmsdb
- Import
pocmsdb.sql
file(given inside the zip package in SQL file folder) - Run the script
http://localhost/pocms
(frontend)
Credential for admin panel :
Username: admin
Password: Test@123