Student Study Center Management System using PHP and MySQL
Student Study Center Management System Project is a web-based application developed using PHP and MySQL. In this project, the administrator can add the students and assign the desk for study.
✅ Key Features
In Student Study Center Management System Project we use PHP and MySQL database. It has One module.
Admin
Admin Module
Dashboard: In this section, admin can view the total, available, and occupied Desks. Admin can also view the total registered users.
Desks: In this section, admin can manage the desks (add, update, delete).
Students: In this section, admin can manage the students (add, update, delete, view details).
Assigned/Un-Assigned Desk: In this section, admin can assign and un-assign the desk to the students.
Report: In this section, admin can generate the b/w dates report of assigned desks.
Admin can also update his profile, change password and recover password.
🔧 Technical Specifications
- Frontend: HTML, CSS, Bootstrap, Jquery
- Backend: PHP
- Database: MySQL
- IDE: VS Code / Sublime Text
- Software Required: XAMPP / Wamp / Mamp/ Lamp (anyone)
📂What’s Included in the Package
- Complete Source Code
- MySQL Database File (.sql)
- Project Report (DOC/PDF)
- PPT Presentation
- Installation Guide
Student Study Centre Management System: Project Screens
Home Page

Admin Dashboard

Add Desk

Add Students

How to run the Student Study Centre Management System (SSCMS) Project
1. Download the zip file
2. Extract the file and copy sscms
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 the name sscmsdb
6. Import sscmsdb.sql
file(given inside the zip package in the SQL file folder)
7. Run the script http://localhost/sscms
Credential for Admin panel :
Username: admin
Password: Test@123