テーブルへの挿入に少し問題があります。コードは次のとおりです。
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 構文にエラーがあります。near 'order, append, module) VALUES('', 'powerpoint', '0', 'powerpoint.png', '0', 'pow' を使用する正しい構文については、MySQL サーバーのバージョンに対応するマニュアルを確認してください。 1行目
どんな助けでも大歓迎です、ありがとう!