|
|
|
ต้องการดึงข้อมูลจากฐานข้อมูล มาแสดงใน text filed เพื่อ ทำการเก็บค่าลงไปอีก table นึง |
|
|
|
|
|
|
|
ลองเอา โค๊ดหน้านี้ ตรงส่วน form มาแปะหน่อยครับ แล้ว คำสั่งคิวรี่ด้วย
|
|
|
|
|
Date :
2014-04-21 15:30:12 |
By :
Manussawin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
//ฟอร์มการลา ค่ะ
<!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" />
<title>:: ฟอร์มการลา ::</title>
<style type="text/css">
body,td,th {
color: #FFF;
}
</style>
</head>
<body>
<form id="formaddleave" name="formaddleave" method="post" action="inc_001FormAddLeavel.php">
<label for="txtname"></label>
<table width="100%" border="0" align="left">
<tr>
<td colspan="4" align="center" bgcolor="#000000">ใบลา <img src="../leave/images/pic/List.png" width="24" height="24" /></td>
</tr>
<tr>
<td colspan="4"><span style="color: #000">เรียน ผู้จัดการ mmmmm จำกัด</span></td>
</tr>
<tr>
<td width="13%"><span style="color: #000">ข้าพเจ้า</span></td>
<td><span style="color: #000">
<input name="textnameuser" type="text" id="textnameuser" value="<?php echo $dbarr['EmpName'];?>" />
</span></td>
<td><span style="color: #000">ตำแหน่ง
</span></td>
<td width="39%"><span style="color: #000">
<input name="txtposition" type="text" id="txtposition" value="<?php echo $dbarr['#'];?>" size="0" />
</span></td>
</tr>
<tr>
<td width="13%"><span style="color: #000">รหัสพนักงาน </span></td>
<td width="30%"><span style="color: #000">
<input name="txtEmpId" type="text" id="txtEmpId" value="<?php echo $dbarr['EmpId'];?>" />
</span></td>
<td width="18%"><span style="color: #000">แผนก </span></td>
<td><span style="color: #000">
<input name="txtDep" type="text" id="txtDep" size="0" />
</span></td>
</tr>
<tr>
<td width="13%"><span style="color: #000">ขอลา</span></td>
<td align="left"> <span style="color: #000">
<select name='Dep_Id' class="idle" id="Dep_Id" onchange="favBrowser()">
<?php
$query = mysql_query("SELECT * FROM leavetype ") ;
echo "<option value=''> กรุณาเลือกใบลา </option>";
while($result_query = mysql_fetch_array($query))
{
$LeaveTypeId = $result_query['LeaveTypeId'];
$LeaveTypeName = $result_query['LeaveTypeName'];
echo "<option value='$LeaveTypeId'>$LeaveTypeName</option> \n" ;
echo "";
};
?>
</select>
</span></td>
<td align="left"><span style="color: #000">เนื่องจาก</span></td>
<td> <span style="color: #000">
<input name="txtreson" type="text" id="txtreson" size="0" />
</span></td>
</tr>
<tr>
<td width="13%"><span style="color: #000">ตั้งแต่ วันที่</span></td>
<td width="120"><div align="left"><input id="startdate" name="startdate" type="text" class="DatePicker" /></div></td>
<td><span style="color: #000">ถึง วันที่</span></td>
<td width="120"><div align="left"><input id="enddate" name="enddate" type="text" class="DatePicker" /></td>
</tr>
<tr>
<td colspan="2"><span style="color: #000">โดยระหว่างลาสามารถติดต่อข้าพเจ้าได้ที่ </span></td>
<td colspan="2"> <span style="color: #000">
<input name="txtcontact" type="text" id="txtcontact" size="0" />
</span></td>
</tr>
<tr>
<td colspan="4" align="center" bgcolor="#000000"><input type="submit" name="submit" id="submit" value="ตกลง" />
<input type="submit" name="cancel" id="cancel" value="ยกเลิก" /></td>
</tr>
</table>
</form>
</body>
</html>
|
|
|
|
|
Date :
2014-04-21 16:24:40 |
By :
kycnw |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมาก ๆค่ะ งมตั้งนาาน ___/\____
|
|
|
|
|
Date :
2014-04-22 23:28:37 |
By :
kycnw |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2014-04-24 11:48:02 |
By :
Manussawin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|