[SELECT * FROM receipt where date_after = and ='1' where date_after LIKE '2012-03%']
คุณ where ทำไม 2 ครั้งครับ
Date :
2012-03-28 13:27:42
By :
webmaster
No. 6
Guest
ตอนนี้เขียนแบบนี้แล้วนะคะ
$objConnect = mysql_connect("localhost","root","123") or die("ไม่สามารถติดต่อกับฐานข้อมูลได้");
$objDB = mysql_select_db("water");
$strSQL ="SELECT * FROM receipt where date_after = $date_after and $stt='1'";
$strSQL.= $condition;
mysql_query("SET NAMES UTF8");
$objQuery = mysql_query($strSQL) or die (mysql_error());
แต่มันก็ยังฟ้องว่า 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 ='1' where 1' at line 1