ปัญหาคือมันบอกว่าผิดตรง You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '= '3100501483334'' at line 1 โค้ดที่ผิดคือ $sql.= "and CARD_ID = '$_POST[word1]'"; หนูก็ลองแก้แล้วก็ยังผิดอยู่ก็เลย งงๆ อ่ะคะ
..ลองใส่ดูแล้วขึ้นเหมือนเดิมคะ You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '= '3100501483334'' at line 1
...Array ( [word1] => 3100501483334 [word2] => [word3] => [button] => ค้นหา )
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and CARD_ID = '3100501483334'' at line 1
SELECT * FROM mbt_mas1 and CARD_ID = '3100501483334'
Array ( [word1] => 3100501483334 [word2] => วิโรจน์ [word3] => [button] => ค้นหา )
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NAME = 'วิโรจน์'' at line 1
SELECT * FROM mbt_mas1 where CARD_ID = '3100501483334' NAME = 'วิโรจน์'
หนูก็เลยลองใส่ and ลงไป ทีนี้มันต้องเริ่มค้นหา card_id ก่อนถึงจะหา name และ sname ได้ ถ้าหนูอยากให้มันค้นหา id_card+name หรือ name+sname ประมาณนี้อ่ะคะ ก็ได้ต้องเขียนโค้ดแบบไหนคะ ถ้าลองใช้ and card_id ไม่ได้คะมัน error