<!-- <meta http-equiv=Content-Type content="text/html; charset=tis-620"> --> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> <title>SKH Webboard</title> <?php //echo "<meta http-equiv=\"refresh\" content=\"10; URL= main_webboard.php\">"; ?> <body> <body bgcolor="#EEEEEE"> <?php include("config.inc.php"); //print_r($_POST); if ($_POST['qid']<>""){ $sql = "select * from $tblquestion where qid like '%".$_POST['qid']."%'"; }else{ $sql = "select * from $tblquestion order by qid desc"; } ?> <center> <a href="new_topic.php" target=_parent><h2><b>ตั้งกระทู้ใหม่</b></h></a> <form name = "frm1" action = "main_webboard.php" method= "post"> <font size=2>รหัสกระทู้ : <input type="text" name = "qid" autocomplete="off"> <input type = "submit" name = "cmdsearch" value = "ค้นหา"> </center> <? $result = mysql_query($sql); echo"<table align=center width=700>"; echo"<tr bgcolor=#CCCCFF>"; echo"<td width=100><center><b>ลำดับ</b></center></td>"; echo"<td width=250><b>หัวข้อ</b></td>"; echo"<td width=200><b>โดย</b></td>"; echo"<td width=150><center><b>วันที่</b></center></td>"; echo"<td width=150><center><b>IP</b></center></td>"; echo"<td width=100><center><b>ตอบ</b></center></td>"; echo"</tr>"; //แสดงข้อมูลที่มีในฐานข้อมูล while ($arr = mysql_fetch_array($result)) { echo"<tr>"; echo"<td><center>".$arr['qid']."</center></td>"; echo"<td><font face='MS San Serif' size='2'><a href=topic_details.php?qid=".$arr['qid']." target=_parent>".$arr['qtopic']."</a></font></td>"; echo "<td>".$arr['qname']. "@" .$arr['qdiv']."</td>"; echo "<td><font face='MS San Serif' size='1'><center>".$arr['qdate']."</center></font></td>"; echo "<td><font face='MS San Serif' size='1'><center>".$arr['qip']."</center></font></td>"; echo "<td><center>".$arr['qreply']."</center></td>"; } echo"</table>"; mysql_close(); ?> <br><br><br><center><a href="ajaxchat" target="_blank"><img src="chatlogo.jpg" height="70" width="70"></a></center><p> <p align="center"><a href="form_login.php" target="_parent"><img src="images/admin.gif" width="158" height="40" border="0" ></a> </body> </html>
$result = mysql_query($sql); $rows = mysql_num_rows($result); if($rows <= 0 ) { echo "Not Found Rows"; } else { . . . . }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง