Student Management System Introduction
Student management system using PHP and MySQL is a web-based application. Student Management System is software that is helpful for students as well as the school authorities. In the current system, all the activities are done manually. It is very time-consuming and costly. Our Student Management System deals with the various activities related to the students.
Project Requirements
Project Name
Student 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)
Student Management System Project Modules
The two main users involved in this system are
User(i.e. Students)Admin
Admin:
Dashboard: In this section, admin can see all detail in brief like Total Classes, Total Students, Total Class Notices and Total Public Notices.Class: In this section, admin can manage class (Add/Update/Delete).Students: In this section, admin can manage the students (Add/Update/Delete).Notices: In this section, the admin can manage notices (Add/Update/Delete).Public Notices: In this section, the admin can manage public notices.Pages: In this section admin, can manage about us and contact us page of administrationSearch: In this section admin, can search students by their student id.Reports: In this section admin, can view how much students has been register in particular period.Admin can also update his profile, change the password and recover the password.
User (Students):
Dashboard: It is welcome page for students.View Notices: In this section, user can view notices which are announced by administrator.Student can also view his profile, change the password and recover the password.
User (Non-Register):
Home: It is welcome page for user.About: User can view about us page.Contact: User can view contact us page.
Project Output Screens
Home Page
Student/User Login
Admin Dashboard
Add Students
How to run the Student Management Project using PHP and MySQL
1. Download the project zip file
2. Extract the file and copy studentms 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 studentmsdb
6. Import studentmsdb.sql file(given inside the zip package in SQL file folder)
7. Run the script http://localhost/studentms
Admin Credential
Username: admin
Password: Test@123
Credential for Student / User panel :
Username: anujk3
Password: Test@123
Or Register a new Student/User.
Project Demo
The post Student Management System using PHP and MySQL appeared first on PHPGurukul.