<form id="form2" name="form2" method="get" action=""> <p style="text-align: center"> ค้นหารายชื่อครู : <label> <input type="text" name="s" id="s" /> </label> <label> <input type="submit" name="button" id="button" value="ค้นหา" /> </label> <input type="button" value="เริ่มใหม่"style="color: #000000" onclick="window.location.href='teacher_list.php'" /> </p> </form> <p style="text-align: center; font-size: 14px;"><a href="teacher_form.php"><img src="gallery/novo_cadastro.png" width="60" height="64" alt=""/><br /> เพิ่มข้อมูลบุคลากรครู</a><span style="text-align: center"></span></p> <p> <? @$s=$_POST[s]; mysql_connect("localhost","root") or die("Error Connect to Database"); mysql_select_db("paengpittayapoom"); mysql_query("SET NAMES UTF8"); $sql = "SELECT * FROM personal where Name_p like '%$s%'"; $objQuery = mysql_query($sql) or die ("Error Query [".$strSQL."]"); $Num_Rows = mysql_num_rows($objQuery); $Per_Page = 5; $Page = $_GET["Page"]; if(!$_GET["Page"]) { $Page=1; } $Prev_Page = $Page-1; $Next_Page = $Page+1; $Page_Start = (($Per_Page*$Page)-$Per_Page); if($Num_Rows<=$Per_Page) { $Num_Pages =1; } else if(($Num_Rows % $Per_Page)==0) { $Num_Pages =($Num_Rows/$Per_Page) ; } else { $Num_Pages =($Num_Rows/$Per_Page)+1; $Num_Pages = (int)$Num_Pages; } $sql .=" order by Id_p ASC LIMIT $Page_Start , $Per_Page"; $rs = mysql_query($sql); if ($Num_Rows==0){ ?> </p> <table width="500" border="1" align="center"> <? while($cols= mysql_fetch_row($rs)) { ?> <tr> <td width="155" bgcolor="#F9AD4E">รหัสประจำตัว</td> <td width="329" bgcolor="#FDEFEA"><?=$cols[0];?></td> </tr> <tr> <td bgcolor="#F9AD4E">ชื่อผู้ใช้งาน</td> <td bgcolor="#FDEFEA"><?=$cols[1];?></td> </tr> <tr> <td bgcolor="#F9AD4E">รหัสผ่าน</td> <td bgcolor="#FDEFEA"><?=$cols[2];?></td> </tr> <tr> <td bgcolor="#F9AD4E">ชื่อ - นามสกุล</td> <td bgcolor="#FDEFEA"><?=$cols[3];?></td> </tr> <tr> <td bgcolor="#F9AD4E">เพศ</td> <td bgcolor="#FDEFEA"><?=$cols[4];?></td> </tr> <tr> <td bgcolor="#F9AD4E">ที่อยู่</td> <td bgcolor="#FDEFEA"><?=$cols[5];?></td> </tr> <tr> <td bgcolor="#F9AD4E">เบอรโทรศัพท์</td> <td bgcolor="#FDEFEA"><?=$cols[6];?></td> </tr> <tr> <td bgcolor="#F9AD4E">E-mail</td> <td bgcolor="#FDEFEA"><?=$cols[7];?></td> </tr> <tr> <td bgcolor="#F9AD4E">การศึกษา</td> <td bgcolor="#FDEFEA"><?=$cols[8];?></td> </tr> <tr> <td bgcolor="#F9AD4E">ตำแหน่ง</td> <td bgcolor="#FDEFEA"><?=$cols[9];?></td> </tr> <tr> <td colspan="2" align="center" bgcolor="#FFFFFF"> <a href="teacher_form.php? Id_p=<?=$cols[0];?>"><img src="gallery/images.png" width="32" height="32" alt=""/>แก้ไข</a> <a href="teacher_delete.php?Id_p=<?=$cols[0];?>"><img src="gallery/icon=30x.png" width="30" height="30" alt=""/>ลบ</a></td> </tr> </table> <p> <? } ?> </p> <p>ทั้งหมด <?= $Num_Rows;?> คน : หน้า <?= $Page; ?> จากทั้งหมด <?=$Num_Pages;?> หน้า : <? if($Prev_Page) { echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page&s=$s'><< กลับ</a> "; } for($i=1; $i<=$Num_Pages; $i++){ $Page1 = $Page-2; $Page2 = $Page+2; if($i != $Page && $i >= $Page1 && $i <= $Page2) { echo "[ <a href='$_SERVER[SCRIPT_NAME]?Page=$i&s=$s'>$i</a> ]"; } elseif($i==$Page) { echo "<b> $i </b>"; } } if($Page!=$Num_Pages) { echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page&s=$s'>ถัดไป>>></a> "; } }else{ echo "<h3><center>ไมพบข้อมูล</center></h3>"; } //echo $sql; mysql_close(); ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง