$strSQL = "SELECT * FROM out WHERE (out_no LIKE '%".$_GET["txtKeyword"]."%' or out_date LIKE '%".$_GET["txtKeyword"]."%' or out_from LIKE '%".$_GET["txtKeyword"]."%' or out_to LIKE '%".$_GET["txtKeyword"]."%' or out_name LIKE '%".$_GET["txtKeyword"]."%' or out_emp LIKE '%".$_GET["txtKeyword"]."%' or receive_note LIKE '%".$_GET["txtKeyword"]."%' )";
ท้ายๆ ของ query นี้ ตรงเงื่อนไข LIKE อันสุดท้าย
receive_note LIKE '%".$_GET["txtKeyword"]."%'
มันต้องเป็น out_note LIKE '%".$_GET["txtKeyword"]."%'
Error Query [SELECT * FROM out WHERE (out_no LIKE '%ม%' or out_date LIKE '%ม%' or out_from LIKE '%ม%' or out_to LIKE '%ม%' or out_name LIKE '%ม%' or out_emp LIKE '%ม%' or out_note LIKE '%ม%' )]