Skip to content

This PHP attendance system project is primarily concerned with dealing with students' attendance and records. In addition, the system displays all available data, such as instructor and student information, as well as their individual attendance. Admin Panel, Student Panel, and Teacher's Panel are the three sections of the project. In this web app'

Notifications You must be signed in to change notification settings

ngecu/PHP-School-Management-System

Repository files navigation

Student-Attendance-Management-System

This PHP attendance system project is primarily concerned with dealing with students' attendance and records. In addition, the system displays all available data, such as instructor and student information, as well as their individual attendance. Admin Panel, Student Panel, and Teacher's Panel are the three sections of the project. In this web app's overview, the administrator has the ability to create users as well as insert student and teacher data. In terms of the project, the administrator has access to all student and teacher records. The teacher's account allows him or her to filter student data and keep track of his or her attendance for a certain subject. Aside from that, the student has access to just records and attendance reports.

** Admin Login Details **

Teacher Login Details

Screenshot (1308)

Screenshot (1309)

Screenshot (1313)

Screenshot (1316)

C:\xampp\php\php.ini In php.ini file find [mail function] and change

SMTP=smtp.gmail.com smtp_port=587 sendmail_from = [email protected] sendmail_path = "C:\xampp\sendmail\sendmail.exe -t" (use the above send mail path only and it will work)

Now Open C:\xampp\sendmail\sendmail.ini. Replace all the existing code in sendmail.ini with following code

[sendmail]

smtp_server=smtp.gmail.com smtp_port=587 error_logfile=error.log debug_logfile=debug.log auth_username=[email protected] auth_password=my-gmail-password force_sender=[email protected]

About

This PHP attendance system project is primarily concerned with dealing with students' attendance and records. In addition, the system displays all available data, such as instructor and student information, as well as their individual attendance. Admin Panel, Student Panel, and Teacher's Panel are the three sections of the project. In this web app'

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages