<? include("connect.inc"); $strSQL = "SELECT * FROM amphur"; $objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <form name="frmSearch" method="GET" action="<?=$_SERVER['SCRIPT_NAME'];?>"> <table width="599" border="1"> <tr> <th>Keyword <input name="Keyword_a" type="text" id="Keyword_a" value="<?=$_GET["Keyword_a"];?>"> <input type="submit" value="Search"></th> </tr> </table> </form> <? if($_GET["Keyword_a"] != "") { $strSQL = "SELECT * FROM amphur WHERE (AMPHUR_NAME LIKE '%".$_GET["Keyword_a"]."%' ) "; $objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <table width="600" border="1"> <tr> <th width="91"> <div align="center">ลำดับ</div></th> <th width="98"> <div align="center">อำเภอ</div></th> </tr> <? $i=1; while($objResult = mssql_fetch_array($objQuery)) { ?> <tr> <td><div align="center"><?=$i;?></div></td> <td><?=$objResult["AMPHUR_NAME"];?></td> </tr> <? $i=$i+1; }} ?> </table> <br> <? $strSQL = "SELECT * FROM amphur"; $objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <form method="POST" action="#"> <a href="amphur_insert.php"><img src="insert.gif" alt="เพิ่ม"></a> <table border="0" bordercolor="blue" cellspacing="0"> <tr bgcolor="blue"> <th width="50" align="center">ลำดับ </th> <th width="300"align="center">ชื่ออำเภอ</th> <th width="100" colspan="2"align="center"></th> </tr> <? $i=1; while($objResult = mssql_fetch_array($objQuery)) { ?> <?if($bg == "white") { $bg = "#CCCCCC"; } else { $bg = "white"; } ?> <!--ส่วนที่โชว์ข้อมูลเรคคอร์ด จะผมต้องการที่จะทำให้มันหายไปตัวทำการ Search ปกติมันจะโชว์ทั้งเรคคอร์ดที่ Search กับเรคคอร์ดนี้เลยครับ--> <tr bgcolor="<?=$bg?>"> <td align="center"><?=$i;?></div></td> <td><?=$objResult["AMPHUR_NAME"];?></td> <td align="center"><a href="amphur_edit.php?Aum_1=<?=$objResult["AMPHUR_ID"];?>"><img src="edit.gif" alt="แก้ไข"></a></td> <td align="center"><a href="JavaScript:if(confirm('Confirm Delete?')==true){window.location='amphur_delete.php?Aum_1= <?=$objResult["AMPHUR_ID"];?>';}"><img src="delete.gif" alt="ลบ"></a></td> </tr> <? $i=$i+1; } ?> </table> </form> <? mssql_close($objConnect); ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง