<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <?php $config = mysql_connect("localhost","root","1234"); if (!$config) { die('Could not connect: ' . mysql_error()); } mysql_select_db("mydatabase", $config); mysql_query("SET NAMES UTF8"); $result = mysql_query("SELECT * FROM from_leave "); echo "<table border='1' > <tr> <th>รหัสประจำตัวพนักงาน</th> <th>ชื่อ</th> <th>นามสกลุ</th> <th>ตำแหน่ง</th> <th>เบอร์ติดต่อ</th> <th>วันที่ลา</th> <th>ถึงวันที่</th> <th>ประเภทการลา</th> <th>สถานะ</th> </tr>"; while($row = mysql_fetch_array($result)) { echo "<tr>"; echo "<td>" . $row['IDPersonnel'] . "</td>"; echo "<td>" . $row['for_name'] . "</td>"; echo "<td>" . $row['for_lastname'] . "</td>"; echo "<td>" . $row['for_Position'] . "</td>"; echo "<td>" . $row['for_Tel'] . "</td>"; echo "<td>" . $row['For_DateLaeve'] . "</td>"; echo "<td>" . $row['For_ToDate'] . "</td>"; echo "<td>" . $row['Lae_LaeveID'] . "</td>"; echo "</tr>"; } echo "</table>"; mysql_close($config); ?>
echo "<td>"; echo "<select name='level'>"; echo "<option value='0'>ไม่อนุมัติ</option>"; echo "<option value='1'>อนุมัติ</option>"; echo "</select>"; ehco "</td>";
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง