<?php if(isset($_POST['search'])){ $strSQL = "SELECT * FROM person INNER JOIN p_level on person.t_id = p_level.t_id WHERE (person.t_id LIKE '%".$_POST['search']."%' OR person.t_name LIKE '%".$_POST['search']."%' OR person.t_code LIKE '%".$_POST['search']."%') order by person.t_id asc"; $query = mysql_query($strSQL) or die (mysql_error()); ?> <div class="tableble"> <table border="1" cellpadding="0" cellspacing="0" > <tr> <th width="100" height="40" bgcolor="#66FF99"><div align="center">รหัสบุคลากร</div></th> <th width="220" height="40" bgcolor="#66FF99"><div align="center">ชื่อ-นามสกุล</div></th> <th width="180" height="40" bgcolor="#66FF99"><div align="center">สถานะ</div></th> <th width="80" height="40" bgcolor="#66FF99"><div align="center">แก้ไข</div></th> <th width="80" height="40" bgcolor="#66FF99"><div align="center">ลบ</div></th> </tr> <?php while($data = mysql_fetch_array($query)){ ?> <tr align="center"> <td height="30"><?php echo $data['t_id'];?></td> <td height="30"><?php echo $data['t_name'];?></td> <td height="30"><?php echo $data['status']; ?></td> <td height="30"><a href="editperson.php?id=<? echo $data['t_id']; ?>"><img src="image/icon-edit.png" width="20" height="20" /> แก้ไข</a></td> <td height="30"><a href="JavaScript:if(confirm('แน่ใจหรือไม่')==true){window.location='delete_person.php?t_id=<?php echo $data['t_id'];?>';}"><img src="image/icon-delete.png" width="20" height="20" /> ลบ</a></td> </tr> <?php }} ?>
<? $sql = "SELECT * FROM person JOIN p_level on person.t_id = p_level.t_id WHERE person.t_id=p_level.t_id"; //echo $sql; $query = mysql_query($sql) or die (mysql_error()); $data = mysql_fetch_array($query); <div id ="label">รหัสบุคลากร :</div> <div id ="txt"><input type="text" name="id" maxlength="6" disabled="disabled" value=<? echo "$data[t_id]"; ?> /></div> <div id ="label">คำนำหน้า :</div> <div id ="txt"><select name="title" id="title" disabled="disabled"> <option selected="selected" ><? echo "$data[t_title]"; ?></option> <option value="นาย">นาย</option> <option value="นาง">นาง</option> <option value="นางสาว">นางสาว</option> </select></div> <div id ="label">ชื่อ-นามสกุล :</div> <div id ="txt"> <input name="name" type="text" maxlength="50" value="<? echo "$data[t_name]"; ?>"/></div> ?>
$sql = "SELECT * FROM person left join p_level on person.t_id = p_level.t_id WHERE person.t_id=p_level.t_id";
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง