mysql_query($sql)
แก้เป็น
mysql_query($sql) or die(mysql_erro() . "<br/>" . $sql);
$sql = "SELECT * FROM `police`เคาะวรรคWhere Work = 'งานจราจร'";
เช็คดูดีๆ่ ครับ อาจจะผิดอีกหลายที่
Date :
2012-01-12 13:09:39
By :
ikikkok
No. 9
Guest
พี่ bts 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 'WHERE `police`.`ID` ='4'' at line 10
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 'WHERE `police`.`ID` ='4'' at line 10
UPDATE `database`.`police` SET `PoliceID` = '1234', `Name` = 'ชื่อ', `Age` = '11', `Sex` = 'ชาย', `Position` = 'ตำแหน่ง', `Address` = 'ที่อยู่ๆ', `Phone` = '886677445', `Email` = '[email protected]', WHERE `police`.`ID` ='4' ;