Student Attendance Management System

Posted: 19 February 2025

Free


About the Project

The **Student Attendance Management System** is a digital platform that simplifies attendance tracking in educational institutions using an SQLite database. It efficiently manages student records, courses, academic years, and attendance logs, ensuring accurate and organized data storage. The system enables administrators to track attendance, categorize students by year level, and manage users with different access roles. With structured tables for attendance, student details, course lists, and user management, it enhances efficiency, reduces manual work, and provides quick retrieval of attendance records for reporting and analysis.


Sample Project Screenshots

Home Page
Home Page

Project Requirements

Project Name Student Attendance Management System
Language PHP
Database SQLite
Platform Type Web Applictation
Software Wamp,Xamp

Installation Procedure

Step-by-Step User Guide for Running a Zipped Project with SQLite in XAMPP

  1. Extract the Zipped Project
    • Locate the zipped project file (e.g., project.zip).
    • Extract it to the htdocs directory in your XAMPP installation path (e.g., C:\xampp\htdocs\my_project).
  2. Start XAMPP
    • Open the XAMPP Control Panel.
    • Start the Apache service by clicking the Start button next to it. (MySQL is not needed for SQLite.)
  3. Open SQLite Database in DB Browser for SQLite
    • Install DB Browser for SQLite if not already installed.
    • Open DB Browser for SQLite and click Open Database.
    • Navigate to the extracted project folder and select the SQLite database file (e.g., database.sqlite or project.db).
    • Use the Browse Data tab to view tables and records.
  4. Configure Database Connection in the Project
    • Open the project’s configuration file (e.g., config.php).
    • Ensure the database connection is set up correctly:
  5. Run the Project
  •     Open your browser and go to http://localhost/project_name.
  •     The application should now be able to interact with the SQLite database.

Project-SourceCode
Comment