<html> <head> <title>ระบบค้นหาเกรด</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head> <body> <form name="frmSearch" method="get" action="<?php echo $_SERVER['SCRIPT_NAME'];?>"> <table width="599" border="0" align="center"> <tr> <th>รหัสนักเรียน <input name="txtKeyword" type="text" id="txtKeyword" value="<?php echo $_GET["txtKeyword"];?>"> <input type="submit" value="ค้นหา"></th> </tr> </table> </form> <?php if($_GET["txtKeyword"] != "") { $objConnect = mysql_connect("localhost","root","123456") or die("Error Connect to Database"); $objDB = mysql_select_db("mydatabase"); // Search By Name or Email $strSQL = "SELECT * FROM files WHERE (Name='".$_GET["txtKeyword"]."' or keyword='".$_GET["txtKeyword"]."' )"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); $numobj=mysql_num_rows($objQuery ); if($numobj > 0){ ?> <table width="70%" border="0" align="center"> <tr> <th width="91" align="center"> </th> <th width="98" align="center"> </th> </tr> <?php while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td><div align="center">รหัสนักเรียน: <?php echo $objResult["Keyword"];?></div></td> <td align="center">ชื่อ: <?php echo $objResult["Name"];?></td> </tr> <tr> <td colspan="2" align="center"><img src="myfile/<?php echo $objResult["pic"];?>"></td> </tr> <tr> <td colspan="2" align="center"> </td> </tr> <tr> <td colspan="2" align="center"><a href="download.php?pic=myfile/<?php echo $objResult["pic"]; ?>">download</a></td> </tr> <?php } }else{ echo "ไม่พบข้อมูล"; } ?> </table> <?php mysql_close($objConnect); } ?> </body> </html>
if(!$objQuery){ echo "ไม่พบข้อมูล"; }
<html> <head> <title>ระบบค้นหาเกรด</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head> <body> <form name="frmSearch" method="get" action="<?php echo $_SERVER['SCRIPT_NAME'];?>"> <table width="599" border="0" align="center"> <tr> <th>รหัสนักเรียน <input name="txtKeyword" type="text" id="txtKeyword" value="<?php echo $_GET["txtKeyword"];?>"> <input type="submit" value="ค้นหา"></th> </tr> </table> </form> <?php if($_GET["txtKeyword"] != "") { $objConnect = mysql_connect("localhost","root","123456") or die("Error Connect to Database"); $objDB = mysql_select_db("mydatabase"); // Search By Name or Email $strSQL = "SELECT * FROM files WHERE (Name='".$_GET["txtKeyword"]."' or keyword='".$_GET["txtKeyword"]."' )"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); if($objQuery){ ?> <table width="70%" border="0" align="center"> <tr> <th width="91" align="center"> </th> <th width="98" align="center"> </th> </tr> <?php while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td><div align="center">รหัสนักเรียน: <?php echo $objResult["Keyword"];?></div></td> <td align="center">ชื่อ: <?php echo $objResult["Name"];?></td> </tr> <tr> <td colspan="2" align="center"><img src="myfile/<?php echo $objResult["pic"];?>"></td> </tr> <tr> <td colspan="2" align="center"> </td> </tr> <tr> <td colspan="2" align="center"><a href="download.php?pic=myfile/<?php echo $objResult["pic"]; ?>">download</a></td> </tr> <?php } }else{ echo "ไม่พบข้อมูล"; } ?> </table> <?php mysql_close($objConnect); } ?> </body> </html>
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); $num_rows = mysql_num_rows($objQuery); if ($num_rows == 0) { echo 'No'; } else { echo 'Yes'; }
<?php } } } else { echo "ไม่พบข้อมูล"; } ?> </table> <?php mysql_close($objConnect); ?>
?> </table> <?php mysql_close($objConnect); }else{ ตรงนี้จ้าาาาาาาาาาา } ?> </body> </html>
if($_GET["txtKeyword"] != ""){ }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง