A simple project based on Attendance Management System which uses PHP Language. Following PHP project contains all essential features which can be in use for the first-year, second-year IT students for their college projects. It has important features that will allow all the users to interact in a way that attendance systems interacts with students on basis of maintaining attendance. This system as well as the web application’s concept is all clear, it’s the same as real-life scenarios and well-implemented on it. To download free attendance system project in PHP with source code files, please scroll down to the bottom of this post for the Download button.
About Attendance Management System Project
Moving on, this simple attendance system project in PHP focuses mainly on dealing with students regarding their attendance and records. Also, the system displays all the available data such as teacher’s details, student’s details, and their respective attendance. The project is divided into three categories: Admin Panel, Student Panel, and Teacher’s Panel. In an overview of this web app, the admin has access to create users as well as insert student and teacher data. Talking more about the project, the admin can view all available records on both students and teachers. In terms of the teacher’s account, he/she can filter student data and maintain his/her attendance under a particular subject. Besides, the student can only view records and attendance reports
Last but not least, a clean and simple dashboard is presented with simple color combinations for a greater user experience while using this simple attendance system project in PHP. For its UI elements, a free open-source CSS framework; Bootstrap is on board. Presenting a new simple attendance management system project in PHP MySQL which includes an admin panel with student and teacher’s panel that contains all the essential features to follow up, and a knowledgeable resource for learning purposes.
Available Features:
- Admin Panel
- Student Panel
- Teacher Panel
- Add student & teacher data
- Filter teacher & students
- Maintain Attendance
- Attendance Report
Project Name: | Simple Attendance Management System |
Language/s Used: | PHP |
PHP version (Recommended): | 5.6.3 |
Database: | MySQL |
Type: | Web Application |
Developer: | Tushar Garg |
Updates: | 0 |
Instructions: How to Run?
- After you finish downloading the project, unzip the project file and head over to your XAMPP directory.
- There you’ll find a folder naming “htdocs”.
- Inside the “htdocs” folder, paste the project folder (not the .zip one, but the extracted one).
- Open your favorite browser; we recommend using Google Chrome or Mozilla Firefox.
- Then, go to URL “http://localhost/phpmyadmin“.
- Create a Database with a name that is provided inside the “01 LOGIN DETAILS & PROJECT INFO.txt”.
- Click on the “Import” tab and choose the database file (.sql) which is provided under the folder naming “DATABASE FILE”.
- After setting up all these, go to URL “http://localhost/[ ENTER_PROJECT_FOLDER_NAME_HERE ]“
- All the login details are provided inside the project folder, check that out and enter in order to use it.
And there you have it, a full setup of Simple Attendance Management System Project in PHP MySQL. For this particular PHP project, PHP Version 5.6.3 is required because the project does not operate with the latest PHP version. So, users with the latest PHP version (greater than 5.6.3) might face various problems while operating it. As a result, you’ll need to downgrade your PHP version (only if you’re using the latest version) at the moment. Download Free Attendance Management System Project in PHP MySQL with Source Code. Still, more features can be added to it in order to make it more comprehensive. So, this simple attendance system is a quick simple PHP project for all the beginner levels that broads vast knowledge into such PHP web applications. In conclusion, this whole PHP project with free source code is an absolute project and a meaningful way for the users to learn and explore more onto it.
Free Download Simple Attendance Management System Project in PHP with Source Code:
Click the Download Button Below to Start Downloading
Note: Only for Educational Purpose
i am not able to login it is showing error
can you please tell me, what does the error message says?
“http://localhost/[ ENTER_PROJECT_FOLDER_NAME_HERE ]…what to write in PROJECT FOLDER NAME pls tell
There you should enter the name of the project’s folder
the name of the unzipped folder that you moved to htdocs
S_AttendanceMS
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\S_AttendanceMS\connect.php:3 Stack trace: #0 C:\xampp\htdocs\S_AttendanceMS\index.php(19): include() #1 {main} thrown in C:\xampp\htdocs\S_AttendanceMS\connect.php on line 3
This is due to your LATEST PHP version. This project requires PHP 5.6 (as mentioned in the project overview table) Still, you can try using mysqli_connect as in the connection file
same problem
Uncaught error its showing
under which section?
Uncaught Error: Call to undefined function mysql_connect() in C:\xampp1\htdocs\S_AttendanceMS\S_AttendanceMS\connect.php:3 Stack trace: #0 C:\xampp1\htdocs\S_AttendanceMS\S_AttendanceMS\index.php(19): include() #1 {main} thrown in C:\xampp1\htdocs\S_AttendanceMS\S_AttendanceMS\connect.php on line 3
this error its showing
that’s all due to your PHP version 7; mysql_connect is deprecated.
for now, we recommend using PHP 5.6.3, it works fine.
we have already mentioned about recommended PHP version to use for specific projects under the description
so how can i solve this
A simple solution is that you can either change your PHP version or try changing
mysql_connect
intomysqli_connect
as in the connection file.Please Can You Do This Project In Postgresql Database Or Give its Pgsql Queries in PHP. 🙏🙏
I m not able reach the website localhost/S_AttendanceMS/
Any error messages? or anything displayed on your screen?
Okay thank you
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\AttendanceMS\teacher\report.php on line 146
This is my problem
please do check if the database is selected or not with the proper DB name as mentioned in config files.
Is the “reports” table suppose to be empty?
nope
U have stored some record in database.I cant able to remove it.PLs tll how to remove it
You can remove the record using the system or simply make changes from the database file
Can I upload this to a free hosting website? Thanks
by changing the database name, user and password?
No, these shared projects are only for educational purposes!
Thanks, I already figured it out!
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\S_AttendanceMS\connect.php:3 Stack trace: #0 C:\xampp\htdocs\S_AttendanceMS\index.php(19): include() #1 {main} thrown in C:\xampp\htdocs\S_AttendanceMS\connect.php on line 3
that’s due to your latest PHP version. This project requires PHP 5.6 (as mentioned in the project overview table)
give me some solution except version 5.6 case
Try changing
mysql_connect
intomysqli_connect
even though the problem resists
This project requires PHP 5.6
can u tell me how to configure the database with the website and how to change mysql_connect into mysqli_connect
i am trying to learn from this sample for an upcoming mini project @ college….!
I don’t think changing that’ll work out. This project requires PHP 5.6
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\virtual_headcount\connect.php on line 3
Cannot found database
this project requires PHP 5.6 in order to operate properly!
Warning: Unsupported declare ‘strict_types’ in C:\xampp\phpMyAdmin\index.php on line 8
Warning: Unsupported declare ‘strict_types’ in C:\xampp\phpMyAdmin\libraries\common.inc.php on line 33
PHP 7.1.3+ is required.
Currently installed version is: 5.6.3
Help me with the project report
Sorry, we don’t have it!
Help me with this project report,its nice
Sorry, we don’t have it!
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\S_AttendanceMS\connect.php:3 Stack trace: #0 C:\xampp\htdocs\S_AttendanceMS\index.php(19): include() #1 {main} thrown in C:\xampp\htdocs\S_AttendanceMS\connect.php on line 3
That’s all due to your PHP version 7; mysql_connect is deprecated.
This project requires PHP 5.6 (as mentioned in the project overview table)
what we do now
i also changed to mysqli_connect still showinng error
Then it needs PHP v 5.6
I have a question how should i preview this source code in browser. It still appear in code when i try to preiew in chrome.
Use text editors in order to preview the code lines.
how do we install php version 5.6.3
download xampp from SourceForge, you’ll be able to get a number of different versions of it!
i’m not able to login it’s showing like this…..
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\S_AttendanceMS\connect.php:3 Stack trace: #0 C:\xampp\htdocs\S_AttendanceMS\index.php(19): include() #1 {main} thrown in C:\xampp\htdocs\S_AttendanceMS\connect.php on line 3
This is due to your LATEST PHP version. This project requires PHP 5.6 in order to work properly (as mentioned in the project overview table)
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp1\htdocs\S_AttendanceMS\connect.php on line 3
Cannot found database
plz suggest me
This means you have the latest PHP version installed on your local machine. This particular project requires PHP 5.6 in order to operate (as mentioned in the project overview table). Also, you haven’t configured the database.
I cannot get PHP 5.6.3 to work due to errors while logging in to the PHPMyAdmin. Could this be due to the 5.6 version is no longer supported?
This is the error that I’m encountering, please help.
MySQL said: Documentation
#2054 – Server sent charset unknown to the client. Please, report to the developers
mysqli_real_connect(): Server sent charset (255) unknown to the client. Please, report to the developers
mysqli_real_connect(): (HY000/2054): Server sent charset unknown to the client. Please, report to the developers
Connection for controluser as defined in your configuration failed.
mysqli_real_connect(): Server sent charset (255) unknown to the client. Please, report to the developers
mysqli_real_connect(): (HY000/2054): Server sent charset unknown to the client. Please, report to the developers
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
Simply get a whole new XAMPP having PHP 5.6 from SourceForge
on login pannel i do anything this shows -Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\S_AttendanceMS\connect.php:3 Stack trace: #0 C:\xampp\htdocs\S_AttendanceMS\signup.php(6): include() #1 {main} thrown in C:\xampp\htdocs\S_AttendanceMS\connect.php on line 3 plz suggest its very urgent
This means you have the latest PHP version installed on your local machine. This particular project requires PHP 5.6 in order to operate (as mentioned in the project overview table). Also, you haven’t configured the database.
i can’t log in show error in the concep line 3. please help me
First, make sure of db connection. Second, this project requires PHP 5.6 in order to operate (as mentioned in the project overview table and text file)
problem after login
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:…………………….
This is due to your LATEST PHP version. This project requires PHP 5.6 (as mentioned in the project overview table and text file)
hey…want to chnage the details of login like password and username of the admin that you provided but showing error..what’s the solution…
There ain’t such feature in the system that allows users to change the password [i guess]. Still, you can modify the details from the db
Kindly share the complete Documentation of this projet.I really appreciate your work and wants its documentation.
we don’t have it
i am not able to login it is showing error
It’s showing fatal error in connect.php line 3
First, check your db connection and if it’s all fine, then that’s due to your LATEST version of PHP. This project requires PHP 5.6 [as mentioned in the project overview table and text files]
Why all tables are empty
Do you have records in the database?
please can you give the link of php 5.6
You can get it from SourceForge!
https://www.youtube.com/watch?v=Uto36GI6HIg
in this video you able to update php version
Sir new generated
Warning: Unsupported declare ‘strict_types’ in C:\xampp\phpMyAdmin\index.php on line 3
PHP 7.2.5+ is required.
Currently installed version is: 5.6.30
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\KLD_Attendancemonitoring\admin\connect.php on line 4
IM 5.6.3 PHP
help please