Online Leave System
This project is designed while in attachment at nzoia sugar company.
Employee can apply for leave.
Manager will have privileges to approve leaves.
Add employees.
Edit employee details.
User: admin
Pass: admin
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
Qiniso (not verified)
Tue, 11/07/2017 - 22:06
Permalink
Log in
What is the username and the password?
Mangala Rajapakse (not verified)
Wed, 09/20/2017 - 18:46
Permalink
Fatal error
I'm getting the following error. Could you kindly help me to resolve?
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\OLS\dbcon.php:2 Stack trace: #0 C:\xampp\htdocs\OLS\index.php(19): require_once() #1 {main} thrown in C:\xampp\htdocs\OLS\dbcon.php on line 2
Thank You.
Kamal Arif
Sun, 10/01/2017 - 11:56
Permalink
same with me..
same with me..
i have try change the content in dbcon.php with this code.
<?php
$servername = "localhost";
$username = "root";
$password = "";
$dbname = "jpj_system";
$conn = mysqli_connect($servername, $username, $password, $dbname);
if (!$conn) {
die("Connection failed: " . mysqli_connect_error());
}
?>
it solved. but then, i get this error.
Fatal error: Uncaught Error: Call to undefined function mysql_query() in C:\xampp\htdocs\ols\Online Leave System\index.php:38 Stack trace: #0 {main} thrown in C:\xampp\htdocs\ols\Online Leave System\index.php on line 38
Please help me
Anonymous (not verified)
Tue, 06/06/2017 - 22:05
Permalink
This system is okey.
This system is okey.
Anonymous (not verified)
Tue, 05/16/2017 - 06:06
Permalink
very good help alot
very good help alot
Anonymous (not verified)
Tue, 06/02/2015 - 15:35
Permalink
great
thanks alot this is awesome work made easier
Anonymous (not verified)
Mon, 02/24/2014 - 14:36
Permalink
thank you sourcecodester u
thank you sourcecodester u made my work easier
Add new comment