table width="100%" border="0" class="idstud"> <tr> <td align="right"><form name="txtKeyword" method="get" action="<?=$_SERVER['SCRIPT_NAME'];?>"> <br /> ใส่ชื่อ/นามสกุล/อำเภอ <input type="text" name="txtKeyword" id="txtKeyword" /> <input type="submit" name="summit" id="summit" value="คลิก" /> </p> </form></td> </tr> <tr> <td><? include "connection.php"; $strSQL = "SELECT * FROM disabled WHERE (name like '%".$_GET["txtKeyword"]."%' or surname like '%".$_GET["txtKeyword"]."%' or home_amphur like '%".$_GET["txtKeyword"]."%')"; $objQuery = mysql_query($strSQL); $Num_Rows = mysql_num_rows($objQuery); $Per_Page = 20; // Per Page $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; } $strSQL .=" order by id DESC LIMIT $Page_Start , $Per_Page"; $objQuery = mysql_query($strSQL); ?> <? echo "จำนวนคนพิการ $Num_Rows คน"?> <table width="100%"> <tr> <th width="5%" bgcolor="#66CC99"> <div align="center">รหัส</div></th> <th width="14%" bgcolor="#66CC99"> <div align="center">ชื่อ</div></th> <th width="16%" bgcolor="#66CC99">นามสกุล</th> <th width="18%" bgcolor="#66CC99"> <div align="center">อำเภอ </div></th> <th width="6%" bgcolor="#66CC99"> <div align="center">อายุ</div></th> <th width="22%" bgcolor="#66CC99"> <div align="center">ประเภทความพิการ</div></th> <th width="7%" bgcolor="#66CC99"> <div align="center">แก้ไข</div></th> <th width="12%" bgcolor="#66CC99"> <div align="center">ลบ</div></th> </tr> <? while($row = mysql_fetch_array($objQuery)) { ?> <tr> <td bgcolor="#FFFFFF"><div align="center"> <?=$row["id"];?> </div></td> <td bgcolor="#FFFFFF"><div align="left"> <?=$row["name"];?> </div></td> <td bgcolor="#FFFFFF"><?=$row["surname"];?></td> <td bgcolor="#FFFFFF"><div> <?=$row["home_amphur"];?> </div></td> <td bgcolor="#FFFFFF"><div align="left"> <?=$row["yy"];?> </div></td> <td bgcolor="#FFFFFF"><div align="left"> <?=$row["type_disabled"];?> </div></td> <td align="center" bgcolor="#FFFFFF"><a href="editform.php?PID=<?=$row["ID"];?>"><font color="#FF0000">รายละเอียด</font></a></td> <td align="center" bgcolor="#FFFFFF"><form id="form1" name="form1" method="post" action="deletefile.php"> <input name="submit" onclick="return confirm('คุณต้องการลบข้อมูลที่เลือก')" type="submit" value="Delete" /> <input type="hidden" name="hiddenDelete" id="hiddenDelete" value="<?=$row["ID"];?>"/> </form></td> </tr> <? } ?> </table> Total <?= $Num_Rows;?> Record : <?=$Num_Pages;?> Page : <? if($Prev_Page) { echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page'><< Back</a> "; } for($i=1; $i<=$Num_Pages; $i++){ if($i != $Page) { echo "[ <a href='$_SERVER[SCRIPT_NAME]?Page=$i'>$i</a> ]"; } else { echo "<b> $i </b>"; } } if($Page!=$Num_Pages) { echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page'>Next>></a> "; } ?></td> </tr> </table>
Total <?= $Num_Rows;?> Record : <?=$Num_Pages;?> Page : <? if($Prev_Page) { echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page&txtKeyword=$_GET[txtKeyword]'><< Back</a> "; } for($i=1; $i<=$Num_Pages; $i++){ if($i != $Page) { echo "[ <a href='$_SERVER[SCRIPT_NAME]?Page=$i&txtKeyword=$_GET[txtKeyword]'>$i</a> ]"; } else { echo "<b> $i </b>"; } } if($Page!=$Num_Pages) { echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page&txtKeyword=$_GET[txtKeyword]'>Next>></a> "; } ?>
<?php session_start(); if( isset($_REQUEST['txtKeyword']))>''){ $txtKeyword = $_REQUEST['txtKeyword']; }else if(isset($_SESSION['txtKeyword']) && $_SESSION['txtKeyword']>''){ $txtKeyword = $_SESSION['txtKeyword']; }else $txtKeyword = ''; $_SESSION['txtKeyword']=$txtKeyword;
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง