<?php mysql_connect($hostname_db_conn,$username_db_conn,$password_db_conn); mysql_select_db($database_db_conn); mysql_query('SET CHARACTER SET utf8'); $strSQL = "SELECT * FROM profilecomputer WHERE 1=1"; if($_POST["txtKeyword1"] != "") $strSQL .= " AND (comID LIKE '%".$_POST["txtKeyword1"]."' "; if($_POST["txtKeyword2"] != "") $strSQL .= " AND (comSN LIKE '%".$_POST["txtKeyword2"]."' "; if($_POST["txtKeyword3"] != "") $strSQL .= " AND (ownTn LIKE '%".$_POST["txtKeyword3"]."' "; if($_POST["txtKeyword4"] != "") $strSQL .= " AND (Brand LIKE '%".$_POST["txtKeyword4"]."' "; if($_POST["txtKeyword5"] != "") $strSQL .= " AND (TYPE LIKE '%".$_POST["txtKeyword5"]."' "; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); echo mysql_error(); $Num_Rows = mysql_num_rows($objQuery);
<?php mysql_connect($hostname_db_conn,$username_db_conn,$password_db_conn); mysql_select_db($database_db_conn); mysql_query('SET CHARACTER SET utf8'); $txtKeyword1=$_POST["txtKeyword1"] $txtKeyword2=$_POST["txtKeyword2"] $txtKeyword3=$_POST["txtKeyword3"] $txtKeyword4=$_POST["txtKeyword4"] $strSQL = "SELECT * FROM profilecomputer WHERE 1=1"; if($txtKeyword1 != "") { $strSQL .= " AND (comID LIKE '%$txtKeyword1' ) ";} if($txtKeyword2 != "") { $strSQL .= " AND (comSN LIKE '%$txtKeyword2' ) ";} if($txtKeyword3 != "") { $strSQL .= " AND (ownTn LIKE '%$txtKeyword3' ) ";} if($txtKeyword4 != "") {$strSQL .= " AND (Brand LIKE '%$txtKeyword4' ) ";} if($txtKeyword4 != "") {$strSQL .= " AND (TYPE LIKE '%$txtKeyword5' ) ";} $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); echo mysql_error(); $Num_Rows = mysql_num_rows($objQuery);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง