我有一個小問題,插入一個表格,這裏是代碼:MySQL錯誤 - 插入到表
mysql_query("INSERT INTO admin_menu (id, title, type, icon, parent, url, order, append, module) VALUES('', 'powerpoint', '0', 'powerpoint.png', '0', 'powerpoint/config', '0', '0', '0') ") 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 'order, append, module) VALUES('', 'powerpoint', '0', 'powerpoint.png', '0', 'pow' at line 1
任何幫助將是很大的感謝,謝謝!
非常感謝!它現在有效! – sliceruk