<form id="form1" name="form1" method="post" action=""> <table width="93%" align="left"> <tr> <td align="left" scope="col">แสดงตามรายการ: <select name="status" id="status"> <option value="รับของคืนแล้ว">รับของคืนแล้ว</option> <option value="ยังไม่รับคืน">ยังไม่รับคืน</option> <option value="%">ทั้งหมด</option> </select> <input type="submit" name="submitForm" id="submitForm" value="แสดง" /></td> </tr> </table> </form> <form id="form2" name="form2" method="post" action=""> <table width="80%" align="left"> <tr> <td align="left" scope="col">จำนวนแถวแสดง: <input type="text" name="numrows" id="numrows" /> <input type="submit" name="button" id="button" value="แสดง" /></td> </tr> </table> </form> <br /> <table width="100%"> <tr> <td width="8%" align="center" bgcolor="#71B5F9"><p>วันที่</p></td> <td width="15%" align="center" bgcolor="#71B5F9"><p>ชื่อรายการแจ้ง</p></td> <td width="5%" align="center" bgcolor="#71B5F9"><p>จำนวน</p></td> <td width="21%" align="center" bgcolor="#71B5F9"><p>ลักษณะของที่พบ</p></td> <td width="10%" align="center" bgcolor="#71B5F9">สถานะ</td> <td width="21%" align="center" bgcolor="#71B5F9">ผู้พบเห็น</td> <td width="20%" align="center" bgcolor="#71B5F9"><p>ผู้รับ</p></td> </tr> <?php if(isset($_POST["submitForm"])){ include("../AC_student/login/connect2.php"); $sql = "select * from tb_item where status like '{$_POST["status"]}' "; $result= mysql_db_query($db,$sql) or die ("ไม่สามารถเชื่อมต่อDatabast11ได้") ; while($data = mysql_fetch_assoc($result)){ ?> <tr> <td align="center" bgcolor="#FFFFFF"><?=$data["da_te"]?> </td> <td align="center" bgcolor="#FFFFFF"> <?=$data["item"]?></td> <td align="center" bgcolor="#FFFFFF"><?=$data["num"] ?></td> <td align="center" bgcolor="#FFFFFF"><?=$data["detial"] ?></td> <td align="center" bgcolor="#FFFFFF"><?=$data["status"] ?></td> <td align="center" bgcolor="#FFFFFF"><?=$data["inform"] ?></td> <td align="center" bgcolor="#FFFFFF"><?=$data["receive"] ?></td> </tr> <? } } ?> </table>
if($_POST["numrows"]!=""){ $sqlNumrows=" LIMIT 0,".$_POST["numrows"]." "; } $sql = "select * from tb_item where status like '{$_POST["status"]}' ".$sqlNumrows." ";
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง