ลองเปลี่ยนไปใช้
$strSQL = "SELECT * FROM product ,category WHERE (Product_name LIKE '%".$_GET["txtKeyword"]."%' or Cat_name LIKE '%".$_GET["txtKeyword"]."%' or Detail LIKE '%".$_GET["txtKeyword"]."%')";
ก้ยังไม่ได้อ่ะครับ
Date :
2015-12-07 14:46:11
By :
townakrab
No. 6
Guest
ลองดูครับ เพิ่งหัดเขียน ไม่แน่ใจ
$strSQL = "SELECT * FROM product inner join category on product.ProductID = category.{condion} WHERE (Product_name LIKE '%".$_GET["txtKeyword"]."%' or Cat_name LIKE '%".$_GET["txtKeyword"]."%' or Detail LIKE '%".$_GET["txtKeyword"]."%')";