[Spoil] คลิกเพื่อดูข้อความที่ซ่อนไว้<?php require_once('Connections/condb.php'); ?>
<?php
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
if (PHP_VERSION < 6) {
$theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
}
$theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}
}
$editFormAction = $_SERVER['PHP_SELF'];
if (isset($_SERVER['QUERY_STRING'])) {
$editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
}
if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
$insertSQL = sprintf("INSERT INTO tb_time_in (em_employee_id, com_date, com_time) VALUES (%s, CURDATE(), CURTIME())",
GetSQLValueString($_POST['em_employee_id'], "text"),
GetSQLValueString($_POST['get_time'], "date"),
GetSQLValueString($_POST['get_time'], "date"));
mysql_select_db($database_condb, $condb);
$Result1 = mysql_query($insertSQL, $condb) or die(mysql_error());
}
$maxRows_Recordset1 = 10;
$pageNum_Recordset1 = 0;
if (isset($_GET['pageNum_Recordset1'])) {
$pageNum_Recordset1 = $_GET['pageNum_Recordset1'];
}
$startRow_Recordset1 = $pageNum_Recordset1 * $maxRows_Recordset1;
mysql_select_db($database_condb, $condb);
$query_Recordset1 = "SELECT tb_time_in.em_employee_id, tb_time_in.com_date, tb_time_in.com_time, tb_employee.em_name_employee FROM tb_time_in, tb_employee ORDER BY tb_time_in.add_date DESC";
$query_limit_Recordset1 = sprintf("%s LIMIT %d, %d", $query_Recordset1, $startRow_Recordset1, $maxRows_Recordset1);
$Recordset1 = mysql_query($query_limit_Recordset1, $condb) or die(mysql_error());
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
if (isset($_GET['totalRows_Recordset1'])) {
$totalRows_Recordset1 = $_GET['totalRows_Recordset1'];
} else {
$all_Recordset1 = mysql_query($query_Recordset1);
$totalRows_Recordset1 = mysql_num_rows($all_Recordset1);
}
$totalPages_Recordset1 = ceil($totalRows_Recordset1/$maxRows_Recordset1)-1;$maxRows_Recordset1 = 10;
$pageNum_Recordset1 = 0;
if (isset($_GET['pageNum_Recordset1'])) {
$pageNum_Recordset1 = $_GET['pageNum_Recordset1'];
}
$startRow_Recordset1 = $pageNum_Recordset1 * $maxRows_Recordset1;
mysql_select_db($database_condb, $condb);
$query_Recordset1 = "SELECT tb_time_in.em_employee_id, tb_time_in.com_date, tb_time_in.com_time, tb_employee.em_name_employee FROM tb_time_in, tb_employee WHERE tb_employee.em_employee_id=tb_time_in.em_employee_id ORDER BY tb_time_in.add_date DESC";
$query_limit_Recordset1 = sprintf("%s LIMIT %d, %d", $query_Recordset1, $startRow_Recordset1, $maxRows_Recordset1);
$Recordset1 = mysql_query($query_limit_Recordset1, $condb) or die(mysql_error());
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
if (isset($_GET['totalRows_Recordset1'])) {
$totalRows_Recordset1 = $_GET['totalRows_Recordset1'];
} else {
$all_Recordset1 = mysql_query($query_Recordset1);
$totalRows_Recordset1 = mysql_num_rows($all_Recordset1);
}
$totalPages_Recordset1 = ceil($totalRows_Recordset1/$maxRows_Recordset1)-1;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
#{
display:none;
}
</style>
<style type="text/css">
#Date {
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
text-align:center;
text-shadow:0 0 5px #00c6ff;
}
ul p {
display:inline;
font-size:14px;
text-align:center;
font-family:Tahoma, Arial, Helvetica, sans-serif;
text-shadow:0 0 5px #00c6ff;
}
#point {
position:relative;
-moz-animation:mymove 1s ease infinite;
-webkit-animation:mymove 1s ease infinite;
padding-left:10px;
padding-right:10px;
}
@-webkit-keyframes mymove {
0% {
opacity:1.0;
text-shadow:0 0 20px #00c6ff;
}
50% {
opacity:0;
text-shadow:none;
}
100% {
opacity:1.0;
text-shadow:0 0 20px #00c6ff;
}
}
@-moz-keyframes mymove {
0% {
opacity:1.0;
text-shadow:0 0 20px #00c6ff;
}
50% {
opacity:0;
text-shadow:none;
}
100% {
opacity:1.0;
text-shadow:0 0 20px #00c6ff;
}
}
</style>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
var monthNames = ["มกราคม", "กุมภาพันธ์", "มีนาคม", "เมษายน", "พฤษภาคม", "มิถุนายน", "กรกฎาคม", "สิงหาคม", "กันยายน", "ตุลาคม", "พฤศจิกายน", "ธันวาคม"];
var dayNames = ["อาทิตย์", "จันทร์", "อังคาร", "พุธ", "พฤหัสบดี", "ศุกร์", "เสาร์"]
var newDate = new Date();
newDate.setDate(newDate.getDate());
// แสดงผล วัน วันที่ เดือน ปี
$('#Date').html(dayNames[newDate.getDay()] + " " + newDate.getDate() + ' ' + monthNames[newDate.getMonth()] + ' ' + (newDate.getFullYear() + 543));
//เชค ถ้าน้อยกว่า 10 ให้ใส่ 0 ข้างหน้า
setInterval(function () {
var seconds = new Date().getSeconds();
$("#sec").html((seconds < 10 ? "0" : "") + seconds);
}, 1000);
setInterval(function () {
var minutes = new Date().getMinutes();
$("#min").html((minutes < 10 ? "0" : "") + minutes);
}, 1000);
setInterval(function () {
var hours = new Date().getHours();
$("#hours").html((hours < 10 ? "0" : "") + hours);
}, 1000);
});
</script>
</head>
<body>
<br>
<br>
<div class="container-fluid">
<div id="Date"></div>
<ul style="margin:0 auto; padding:0px; list-style:none; text-align:center;">
<p id="hours"></p>
<p id="point">:</p>
<p id="min"></p>
<p id="point">:</p>
<p id="sec"></p>
</ul>
<div class="row">
<div class="col-md-0"></div>
<div class="col-md-3"></div>
<div class="col-md-7">
<p align="center"><div align="center" class="navbar navbar-default col-md-11 alert-info" ></p>
<form id="form1" name="form1" method="POST" action="<?php echo $editFormAction; ?>">
<label for="em_employee_id"></label>
<input type="text" name="em_employee_id" id="em_employee_id" class="btn btn-default" required="required" placeholder="ระบุรหัสพนักงาน เช่น (T0000)" size="25"/>
<label for="textfield"></label>
<input type="submit" name="SAVE" id="SAVE" value="ลงเวลาเข้างาน" class="btn btn-success" />
<input type="text" name="get_time" id="get_time" class=" invisible" readonly="readonly" size="1"/>
<input type="hidden" name="MM_insert" value="form1" />
</form>
</div></div></div></div></div>
<div class="container">
<table align="center" border="0" class="table table-striped">
<thead>
<tr>
<th><p align="center">รหัสพนักงาน</p></th>
<th><p align="center">วันที่เข้างาน</p></th>
<th><p align="center">เวลาเข้างาน</p></th>
<th><p align="center">ชื่อพนักงาน-นามสกุล</p></th>
</thead>
</tr>
<?php do { ?>
<tr>
<td align="center"><?php echo $row_Recordset1['em_employee_id']; ?></td>
<td align="center" class=" alert-warning"><?php echo $row_Recordset1['com_date']; ?></td>
<td align="center" class="alert-success"><?php echo $row_Recordset1['com_time']; ?></td>
<td align="center" class="alert-info"><?php echo $row_Recordset1['em_name_employee']; ?></td>
</tr>
<?php } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1)); ?>
</table>
</body>
</html>
<?php
mysql_free_result($Recordset1);
?>
ตอนนี้ติดปัญหาเรื่องการบันทึกเวลาทำงานของพนักงานครับ ในส่วนคือผมต้องที่จะให้ พนักงานลงเวลาด้วยรหัสพนักงาน
เช่น รหัส T1234 ลงเวลาแล้ว สมมุติพนักงานลืมลงเวลาแล้วไปลงอีกรอบ จึงทำให้เกิดการบันทึกข้อมูลซ้ำครับ
ตอนนี้ผมใช้ adobe dreamweaver cs6 อยู่รบกวนผู้แนะนำที่ครับว่าต้องทำยังไงต่อบ้าง
ต้องการที่จะบันทึกลงเวลาทำงานด้วย รหัสพนักงาน แต่ไม่อยากให้รหัสพนักงานสามารถบันทึกซ้ำได้
ตอนนี้ติดปัญหาเรื่องการบันทึกเวลาทำงานของพนักงานครับ ในส่วนคือผมต้องที่จะให้ พนักงานลงเวลาด้วยรหัสพนักงาน
เช่น รหัส T1234 ลงเวลาแล้ว สมมุติพนักงานลืมลงเวลาแล้วไปลงอีกรอบ จึงทำให้เกิดการบันทึกข้อมูลซ้ำครับ
ตอนนี้ผมใช้ adobe dreamweaver cs6 อยู่รบกวนผู้แนะนำที่ครับว่าต้องทำยังไงต่อบ้าง