<?php $strSearch = $_POST["mySearch"]; $objConnect = mysql_connect("localhost","root","123456") or die("Error Connect to Database"); $objDB = mysql_select_db("webboardx"); mysql_query("set NAMES'UTF8'"); $strSQL = "SELECT * FROM fservice WHERE fid LIKE '%".$strSearch."%' OR admin LIKE '%".$strSearch."%' ORDER BY fid ASC"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <table width="800" border="0" align="center"> <tr> <th width="164" bgcolor="#009E8E" scope="col"><span class="style1">รหัสรายงาน</span></th> <th width="177" bgcolor="#009E8E" scope="col"><span class="style1">ผู้ประสานงาน</span></th> <th width="138" bgcolor="#009E8E" scope="col"><span class="style1">หน่วยงาน</span></th> <th width="173" bgcolor="#009E8E" scope="col"><span class="style1">ผู้รับงาน</span></th> <th width="61" bgcolor="#009E8E" scope="col"><span class="style1">สถานะ</span></th> </tr> <? while($arr = mysql_fetch_array($objQuery)) { ?> <tr> <td><div align="center"><a href="MyPDF/<?php echo $arr['serviceFile']; ?>" target="_blank"><?php echo $arr['fid']; ?></a></div></td> <td><?=$arr["fname"];?></td> <td><?=$arr["fdiv"];?></td> <td><?=$arr["admin"];?></td> <td align="center"><?php if ($arr['status']=="Yes"){ echo "<img src=\"images/true.png\" width=\"12\" height=\"12\" title=\"ได้รับรายงานแล้ว\">"; }else{ echo "<img src=\"images/false.png\" width=\"12\" height=\"12\" title=\"ยังไม่ได้รับรายงาน\">"; } ?> </td> <td width="16"><a href="edit_service.php?fid=<?php echo $row_ServRec['fid']; ?>"><img src="images/edit.png" width="16" height="16" border="0" title="แก้ไข" /></a></td> </tr> <? } ?> </table> <br/> <?php $rows = mysql_num_rows($objQuery); if ($rows <=0){ echo "<font color=red><center>ไม่พบกระทู้ที่ค้นหา</center></font>"; } ?> <? mysql_close($objConnect); ?>
<?php $strSearch = $_POST["mySearch"]; $objConnect = mysql_connect("localhost","root","123456") or die("Error Connect to Database"); $objDB = mysql_select_db("webboardx"); mysql_query("set NAMES'UTF8'"); $strSQL = "SELECT * FROM fservice WHERE fid LIKE '%".$strSearch."%' OR admin LIKE '%".$strSearch."%' ORDER BY fid ASC"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); $rows = mysql_num_rows($objQuery); if($rows <= 0) { echo "Not found Record."; } else { ?> <table width="800" border="0" align="center"> <tr> <th width="164" bgcolor="#009E8E" scope="col"><span class="style1">รหัสรายงาน</span></th> <th width="177" bgcolor="#009E8E" scope="col"><span class="style1">ผู้ประสานงาน</span></th> <th width="138" bgcolor="#009E8E" scope="col"><span class="style1">หน่วยงาน</span></th> <th width="173" bgcolor="#009E8E" scope="col"><span class="style1">ผู้รับงาน</span></th> <th width="61" bgcolor="#009E8E" scope="col"><span class="style1">สถานะ</span></th> </tr> <? while($arr = mysql_fetch_array($objQuery)) { ?> <tr> <td><div align="center"><a href="MyPDF/<?php echo $arr['serviceFile']; ?>" target="_blank"><?php echo $arr['fid']; ?></a></div></td> <td><?=$arr["fname"];?></td> <td><?=$arr["fdiv"];?></td> <td><?=$arr["admin"];?></td> <td align="center"><?php if ($arr['status']=="Yes"){ echo "<img src=\"images/true.png\" width=\"12\" height=\"12\" title=\"ได้รับรายงานแล้ว\">"; }else{ echo "<img src=\"images/false.png\" width=\"12\" height=\"12\" title=\"ยังไม่ได้รับรายงาน\">"; } ?> </td> <td width="16"><a href="edit_service.php?fid=<?php echo $row_ServRec['fid']; ?>"><img src="images/edit.png" width="16" height="16" border="0" title="แก้ไข" /></a></td> </tr> <? } ?> </table> <? } mysql_close($objConnect); ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง