if (!empty($searchStu)) { //เงื่อนไขที่ 1 $stmtSelect = $conn->prepare ("SELECT * FROM tb_student WHERE CONCAT(student_id,student_name) LIKE '%$searchStu%' "); $stmtSelect ->execute(); //เงื่อนไข2 }elseif (!empty($searchSelBranch) && !empty($searchSelAround) && !empty($searchSelFunds) ) { $stmtSelect = $conn->prepare (" SELECT * FROM tb_student WHERE student_around LIKE '%$searchSelAround%' AND student_branch LIKE '%$searchSelBranch%' AND student_funds LIKE '%$searchSelFunds%' "); $stmtSelect ->execute(); //เงื่อนไข 3 }elseif (!empty($searchSelBranch) && !empty($searchSelAround) ) { $stmtSelect = $conn->prepare ("SELECT * FROM tb_student WHERE student_around LIKE '%$searchSelAround%' AND student_branch LIKE '%$searchSelBranch%' "); $stmtSelect ->execute(); }elseif (!empty($searchSelBranch)) { echo $searchSelBranch; $stmtSelect = $conn->prepare ("SELECT * FROM tb_student WHERE student_branch LIKE '%$searchSelBranch%' "); $stmtSelect ->execute(); }else { $stmtSelect = $conn->prepare ('SELECT * FROM tb_student'); $stmtSelect ->execute(); }
//กำหนดค่าการตรวจสอบ $stu = strlen( isset($searchStu)? $searchStu : '')>0; $brh = strlen( isset($searchSelBranch)? $searchSelBranch: '')>0; $ard = strlen( isset($searchSelAround)? $searchSelAround: '')>0; $fnd = strlen( isset($searchSelFunds)? $searchSelFunds: '')>0; if( $stu ){ // }elseif($brh && $ard){ if(($fnd){ // }else{ // } }elseif($brh){ // }else{ // }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง