Attendance Management System using Php
- First open Xampp local host server:
- open xampp folder ,create file signup in htdocs folder:
- open any browser and write localhost/phpmyadmin:
- create database ,create table:
- Open the signup folder in htdocs and code the html,css and php:
- here is the source code link:
Requirements:
User panel:
User panel may include the registration page, and login
There must be a 3 buttons , mark attendance , Mark Leave and view button
Mark attendance in which students can mark his/her attendance as present
View button in which student can view all the marked attendance
Student which mark his/her attendance once in a day can’t mark it again in as well as not delete his/her attendance.
Also give the option to edit the profile picture
User should be able to Send Leave Request to admin for leaves.
Admin panel:
The admin can login through login page
View all the record of login students
The admin can edit, add, and delete the students attendance
Admin should be able to create a report of Users. FROM and TO Dates which will show specific user attendance
Leave Approval Modules. There should be proper count of Leaves , Present’s , Absents etc
Admin should be able to create a Complete System Report FROM and TO dates of all attendances.
link to download source code: https://github.com/GCMustehsan/attend...
Module of Project:
- Login
- Sign Up
- Profile
- profileUpdate
- Present Absent Status
- Crud Operations
- Admin Panel
- Admin panel(Checck Details of Students)
0 Comments