i copy and past the last insert thingy in my mysql database and there is an error
_______
INSERT INTO setting (settingid,settinggroupid,title,varname,value,desc ription,optioncode,displayorde r) VALUES (NULL,26,'Admin Maximum File Size','amfs','20000','The maximum file size of admins (in bytes) that an avatar can be.
1 KB = 1024 bytes
1 MB = 1048576 bytes','','6')")
MySQL said: You have an error in your SQL syntax near '")' at line 1
Back
____
What Am I Doing Wrong
|