College Admission Management System in PHP and MySQL
Project Name | College Admission 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 | 29 May 2022 |
College Admission Management System
In this project, we used PHP and MySQL database. It has two module
1.User Module
2.Admin Module.
User Module:
- User can contact with administrative by sending mails.
- User can view about us and contact us page.
- User can view notices which is published by admin.
- User can view courses which are listed by admin.
- User can register himself.
After User/Student Login
1.Dashboard: In this section, user can see the status of his application.
2.Admission Form: In this section, user can fill the form and check his / her application form is selected or rejected(which is done by admin).
3.Submit Fees: In this section, If user/student application is selected user can submit their fees.
A user can also update his/ her profile, change the password and recover the password.
Admin Module
In this module, there are eight sections
- Dashboard: In this section, the admin can see all the detail in brief.
- Reg Users: In this section, the admin can view user detail, delete and update user detail.
- Admission Application: In this section, admin can view all application. Admin can view application and documents on the basis of status(pending application, approved an application and reject application). Admin also can approve the pending application. (Whenever the admin changes the status of the application user will get an email notification). Note: The email function will not work in localhost.
- Search Application: In this section, admin can search application on the basis of user name, email id, and contact number.
- Course: In this section, admin can manage courses(add, delete and update).
- Notice: In this section, admin can manage notice(add and update) and anybody see this notice on the website.
- Notification: In this section, admin gets the notification if any user applies for admission.
- Pages: In this section, Admin can manage the the content of the about us and contact us page.
- Subscribers: In this action , admin can view the subscriber list.
- Reports: In this section, admin can generate the report b/w dates.
Admin can also update his profile, change the password and recover the password.
Some Output Screen of the project
Admin Dashboard
User Signup
UserLogin
Note: In this project MD5 encryption method used for password encryption.
How to run the College Admission Management System Project
1. Download the zip file
2. Extract the file and copy cams 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 camsdb
6. Import camsdb.sql file(given inside the zip package in SQL file folder)
7.Run the script http://localhost/cams (frontend)
8. For admin panel http://localhost/cams/admin (admin panel)
Credential for admin panel :
username: admin
Password: Test@123
Credential for user panel :
username: test1@gmail.com or 1123325444
Password: Test@123
View Demo—————————————–
Project Download Link