$select = "SELECT * FROM gamez WHERE (p_type = '$type' and pro_id LIKE '%".$_REQUEST["textfield"]."%' or p_type LIKE '%".$_REQUEST["textfield"]."%' or pro_name LIKE '%".$_REQUEST["textfield"]."%')";
$select = "SELECT * FROM gamez WHERE p_type = '$type' and ( pro_id LIKE '%".$_REQUEST["textfield"]."%' or p_type LIKE '%".$_REQUEST["textfield"]."%' or pro_name LIKE '%".$_REQUEST["textfield"]."%')";
$select = "SELECT * FROM gamez WHERE (p_type = '$type') and (pro_id LIKE '%" . $_REQUEST["textfield"] . "%') or (p_type LIKE '%" . $_REQUEST["textfield"] . "%') or (pro_name LIKE '%" . $_REQUEST["textfield"] . "%')";
เช็ค or กับค่าของ textfield ที่ส่งมาดูว่าเป็นค่าว่างรึเป็นค่าไรคับ or มานจิงแค่อันเดียว มานก็ผ่านแล้ว ถ้าเงื่อนไขหลายตัวก็ใส่วงเล็บครอบแต่ละเงื่อนไขดีกว่าคับ