Car Driving School Management System Using PHP and MySQL
Car Driving School Management System Intro
Car Driving School Management System project is developed as a web application and it will work over web.
Project Requirements
Project Name | Car Driving School 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) |
Last Updated | 23 Jan 2024 |
Car Driving School Management System Modules
In this project, we use PHP and Mysql database. It has two modules, admin and user.
In this project, we use PHP and Mysql database. It has two modules, admin and user.
Admin Module
- Dashboard: In this section, the admin can see all detail in brief like the total number of users, Total number of subscribes users and a total number of enquiry received.
- Packages: In this section, admin can manage packages(add and update).
- Application: In this section, admin can view the detail of the application who wants to take training and also update the status of the application.
- Payments: In this section admin can view the detail of the application and update the payments which will receive users.
- Subscribed Users: In this section, admin can view subscribed users.
- Enquiry: In this section, admin can read new enquiry(unread enquiry) and view read enquiry(read enquiry).
- Pages: In this section, admin can manage about us and contact us pages.
- Search: In this section, admin can search users with the help of his/her registration number.
- Reports: In this section admin can view application and payment detail in particular periods.
Admin can also update his profile, change password and recover password.
User Module
In CDSMS unregistered users have done the following activities.
Home Page: User can subscribe with a driving school, user can view driving schools services and also put enquiries.
Enquiry: User put any enquiries.
Packages: The user views the recent packages which offer by a driving school.
About Us: The user sees the detail of driving school
Contact Us: User can contact a driving school.
In CDSMS user must register himself/herself for getting training.
Dashboard: It is a welcome page for registered users.
Apply: In this section, the user can apply for training for himself or any family member.
History of Application: In this section, user view the status of the application.
Registered users can also update their profile, change password and recover password.
Some Screens of the Project
Home Page
User Signup
Apply Form
Admin Dashboard
Application Details Page
How to run Car Driving School Management System Project
1. Download the zip file
2. Extract the file and copy cdsms folder
3.Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/Html)
4. Open PHPMyAdmin (http://localhost/phpmyadmin)
5. Create a database with name cdsmsdb
6. Import cdsmsdb.sql file(given inside the zip package in SQL file folder)
7.Run the script http://localhost/cdsms (frontend)
8. For admin panel http://localhost/cdsms/admin (admin panel)
Credential for admin panel :
Username: admin
Password: Test@321
Credential for User panel :
Username: test@gmail.com
Password: Test@123
Or Register a new User.