我在插入表格时遇到了一点问题,代码如下:
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());
它给了我以下错误:
您的 SQL 语法有错误;检查与您的 MySQL 服务器版本相对应的手册,以获取在 'order, append, module) VALUES('', 'powerpoint', '0', 'powerpoint.png', '0', 'pow' 附近使用的正确语法在第 1 行
任何帮助将不胜感激,谢谢!