08.02.2010, 22:02
Hello Here,
Im trying i add mysql values to the mysql DB.
when i add
its all works ok
but when i add one more value i get an error
Thanks for helping
JOliver
Im trying i add mysql values to the mysql DB.
when i add
Code:
mysql_query("CREATE TABLE IF NOT EXISTS `"TABLENAME"`(`id` int(11) NOT NULL auto_increment PRIMARY KEY,`Username` varchar(30) NOT NULL,`Password` varchar(50) NOT NULL,`Money` int(10) NOT NULL default '0',`Level` int(10) NOT NULL default '1',`Hours` int(10) NOT NULL default '0',`Respect` int(10) NOT NULL default '0',`Skin` int(10) NOT NULL default '175',`Member` int(10) NOT NULL default '0',`Leader` int(10) NOT NULL default '0',`Job` int(10) NOT NULL default '0')",CREATE_THREAD_ID,5);
but when i add one more value i get an error
Code:
error 075: input line too long (after substitutions)
JOliver