| Server IP : 134.236.49.22 / Your IP : 216.73.216.114 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/upload/ |
Upload File : |
<?
session_start();
session_destroy();
?>
<html>
<head>
<title>อัพโหลดข่าวประกวดราคา สอบราคา</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="jquery-2.1.3.min.js"></script>
<link href="bootstrap-3.3.7-dist/css/bootstrap.css" rel="stylesheet" />
<link href="bootstrap-3.3.7-dist/css/bootstrap-theme.css" rel="stylesheet" />
<script src="bootstrap-3.3.7-dist/js/bootstrap.js"></script>
<link href="dist/css/bootstrap-datepicker.css" rel="stylesheet" />
<script src="dist/js/bootstrap-datepicker-custom.js"></script>
<script src="dist/locales/bootstrap-datepicker.th.min.js" charset="UTF-8"></script>
<script>
$(document).ready(function () {
$('.datepicker').datepicker({
format: 'dd-mm-yyyy',
todayBtn: true,
language: 'th', //เปลี่ยน label ต่างของ ปฏิทิน ให้เป็น ภาษาไทย (ต้องใช้ไฟล์ bootstrap-datepicker.th.min.js นี้ด้วย)
thaiyear: true //Set เป็นปี พ.ศ.
}).datepicker("setDate"); //กำหนดเป็นวันปัจุบัน
});
function getValue(vname) {
var n = document.getElementById(vname).value
return n;
}
/*function changeFunc(URL) {
var Idsel;
Idsel = getValue('DateRep');
URL+="emp.php?&Date=" ;
URL+=Idsel;
window.location= URL;
}*/
</script>
<style type="text/css">
<!--
.style1 {
color: #0099CC;
font-size: 14px;
}
.style2 {color: #00CC00}
.style4 {color: #0099FF}
-->
</style>
</head>
<body>
<p> </p>
<p> </p>
<p> </p>
<table width="200" border="0" align="center">
<tr>
<td>
<div align="center">
<p align="right"><a href="../index.php"class="style6 style1" style="text-decoration: none;">หน้าแรก </a><span class="style2">||</span> <a href="delete.php" class="style6 style1" style="text-decoration: none;">หน้ารายการทั้งหมด<br>
</a>
<span class="style4">_______________________</span> </p>
<table width="462" height="144" border="1" align="center" bordercolor="#00FFFF">
<tr>
<td width="452" height="138"><form name="form1" method="post" action="upload2.php" enctype="multipart/form-data">
<center>
<p align="center"><br>
<input type="file" name="filUpload">
</p>
<p><br>
<strong>วันที่</strong>
<input name="DateRep" id="DateRep" class="datepicker" onKeyPress="event.returnValue = false;" size="8" width = "20px" data-date-format="mm/dd/yyyy" value = "" />
<br>
<br>
<input name="btnSubmit" type="submit" value="Submit">
</p>
</center>
</form></td>
</tr>
</table>
</div></td>
</tr>
</table>
<p align="center"> </p>
</body>
</html>