Table of Contents
Project: Teacher Record Management System using PHP/MySQLi with Source Code
About the Project
This project is programmed using PHP and MySQL is the database used. Teacher Record Management System is beneficial to school and teachers to track with their own subjects. Also, the students can benefit this in searching their subjects and will display the teacher assigned into that subject. This project is an automatic system that delivers data processing which will help teachers in the school for record keeping purposes.
Features of the Project
- Admin Dashboard
- Change Password
- User Registration
- User Management
- Subject Management
- Teacher Management
- Teacher CRUD
- Responsive Dashboard
- Search in Homepage
- Display Reports
Administrator’s Dashboard
Homepage
How to run the Online Teacher Record Management System using PHP/MySQLi
1.Download the zip file
2.Extract the file and copy trms 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 trms
6.Import trms.sql file(given inside the zip package in SQL file folder)
7.Run the script http://localhost/trms
OR
You can watch the video demo below on how to run this project.