Teacher Subject Allocation Management System using PHP and MySQL

php gurukul
3 min readMay 31, 2023

Teacher Subject Allocation Management System” is web-based application system that helps to allocate subjects to the teachers. In Teacher Subject Allocation Management System educational administrators allocate different subjects to the teacher and teacher check that allotment by their employee id and Name.

Project RequirementsProject NameTeacher Subject Allocation Management System in PHPLanguage UsedPHP5.6, PHP7.xDatabaseMySQL 5.xUser Interface DesignHTML, AJAX,JQUERY,JAVASCRIPTWeb BrowserMozilla, Google Chrome, IE8, OPERASoftwareXAMPP / Wamp / Mamp/ Lamp (anyone)Project Modules

In this project, we use PHP and MySQL database. It has one module i.e Admin

Admin Module

  1. Admin is the super user of the website who can manage everything on the website. Admin can log in through the login page
  2. Dashboard: In this section, admin can see all detail in brief like the total course, total subjects and total teachers.
  3. Course: In this section, admin can manage the course (add/update/delete).
  4. Subject: In this section, admin can manage the subject (add/update/delete).
  5. Teacher: In this section, admin can manage the teacher (add/update).
  6. Subject Allocation: In this section, the admin can allocate subjects to their teachers.
  7. Search: In this section, admin can search uploaded details of subject allotment
  8. Admin can also update his profile, change the password and recover the password.

Video Link : https://youtu.be/qAgdCKZvLmI

Brief of Home Page

It is home page of “Teacher Subject Allocation Management System” on this teacher can view allotment of subject by the help of their employee id.

Some of the Project Screens

Home Page

Admin Login

Admin Dashboard

Add Subject

Add Teacher

How to run the Teacher Subject Allocation System Project using PHP and MySQL

1. Download the project zip file

2. Extract the file and copy tsas 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 tsasdb

6. Import tsasdb.sql file(given inside the zip package in SQL file folder)

7. Run the script http://localhost/tsas

Admin Credential
Username: admin
Password: Test@123

PHP Gurukul

Welcome to PHPGurukul. We are a web development team striving our best to provide you with an unusual experience with PHP. Some technologies never fade, and PHP is one of them. From the time it has been introduced, the demand for PHP Projects and PHP developers is growing since 1994. We are here to make your PHP journey more exciting and useful.

Website : https://phpgurukul.com

--

--