Download Free Online Leave Management System Using PHP And MySQL

Online Leave Management System is a web based application that is developed using PHP and MySQL. The objective of Leave Management System is to develop a web based application using which management of leave application and approval is done online. Faculty member of the institute can apply for leave and adjust their load directly from this application. HOD of their respective department can grant the leave application.
There are three modules of the Leave Management System
(1) Administrator:
Manage Users
Manage Department
Manage Desination
Manage Employee
Manage Leave
Leave Allotment
(2) Faculty:
Manage Profile
View Leave Status
Send Leave Application
Load Adjustment
View Assigned Load
(3) HOD:
Manage Profile
View Leave Status
Send Leave Application
Load Adjustment
View Assigned Load
Leave Approval
Brief overview of the technology: Front end: HTML, CSS, JavaScript
HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
CSS : (Cascading Style Sheets) Create attractive Layout
Bootstrap : responsive design mobile friendly site
JavaScript: it is a programming language, commonly use with web browsers.
Back end: PHP, MySQL
Installation Steps
1. Download zip file and Unzip file on your local server.
2. Put this file inside “c:/xampp/htdocs/” .
3. Database Configuration
Open phpmyadmin
Create Database named phpdb
Import database phpdb.sql from downloaded folder(inside database)
4. Open Your browser put inside “http://localhost/Project Folder Name/”
Download Free Online Leave Management System Using PHP And MySQL