<?php $sql = mysql_query("SELECT count(*) FROM`tb_user` WHERE`dept_id`= $data[dept_id] AND`g_id`= 2"); $res = mysql_fetch_array($sql); $records = $res[0]; echo $records; ?> <table width="100%" border="0" cellpadding="2" cellspacing="1"> <!--ผู้อนุมัติ1 : --> <tr> <th width="18%" align="right">รหัสผู้อนุมัติ1 : </th> <td width="15%"> <input type="text" name="emp_resp" id="emp_resp" /> </td> <th width="18%" align="right">วันที่ : </th> <td width="15%"><input type="text" name="resp_date" id="resp_date" /></td> </tr> <tr> <th align="right"> </th> <td>( ระดับแผนกขึ้นไป )</td> <th align="right">ความเห็น : </th> <td> <input type="radio" name="resp_assign" id="resp_assign" value="Y" /> อนุมัติ <input type="radio" name="resp_assign" id="resp_assign" value="N" /> ไม่อนุมัติ </td> </tr> <!--ผู้อนุมัติ2 : --> <tr> <th width="18%" align="right">รหัสผู้อนุมัติ2 : </th> <td width="15%"><input type="text" name="emp_resp2" id="emp_resp2" /> </td> <th width="18%" align="right">วันที่ : </th> <td width="15%"><input type="text" name="resp_date2" id="resp_date2" /></td> </tr> <tr> <th align="right"> </th> <td>( ระดับแผนกขึ้นไป )</td> <th align="right">ความเห็น : </th> <td> <input type="radio" name="resp_assign2" id="resp_assign2" value="Y" /> อนุมัติ <input type="radio" name="resp_assign2" id="resp_assign2" value="N" /> ไม่อนุมัติ </td> </tr> </table>
<table> <? for($i=0;$i<$record;$i++) {?> <tr> <td> <input type="text" name="textbox<?=$i ?>" id="textbox" /></td> </tr> <? } ?> </table>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง