This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if(isset($_POST['submit'])) | |
{ | |
if(isset($_POST['offdays'])) | |
{ | |
//$off is set through the config settings// | |
$shift = $_POST['shift']; | |
$from = $_POST['from']; | |
$to = $_POST['to']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(isset($_POST['submit'])) | |
{ | |
if(isset($_POST['offdays'])) | |
{ | |
//$off is set through the config settings// | |
$shift = $_POST['shift']; | |
$from = $_POST['from']; | |
$to = $_POST['to']; | |
$emp_id = $_POST['emp_id']; |