mysql error help
#6

here you go
PHP код:
new query[440]; // <- edit this if didn't fit
strcat(query"CREATE TABLE IF NOT EXISTS `players` (`id` int(11) NOT NULL AUTO_INCREMENT,`username` varchar(24) NOT NULL,`password` char(64) NOT NULL,");
strcat(query"`salt` char(16) NOT NULL,`kills` mediumint(8) NOT NULL DEFAULT '0',`adminLevel` mediumint(8) NOT NULL DEFAULT '0',");
strcat(query"`deaths` mediumint(8) NOT NULL DEFAULT '0',`x` float NOT NULL DEFAULT '0',`y` float NOT NULL DEFAULT '0',`z` float NOT NULL DEFAULT '0',");
strcat(query"`angle` float NOT NULL DEFAULT '0',`interior` tinyint(3) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `username` (`username`))");
mysql_tquery(g_SQLquery); 
Reply


Messages In This Thread
mysql error help - by ZukerCup - 21.07.2017, 13:27
Re: mysql error help - by ZukerCup - 21.07.2017, 13:36
Re: mysql error help - by jlalt - 21.07.2017, 13:56
Re: mysql error help - by ZukerCup - 21.07.2017, 14:00
Re: mysql error help - by ZukerCup - 21.07.2017, 14:04
Re: mysql error help - by jlalt - 21.07.2017, 14:08
Re: mysql error help - by ZukerCup - 21.07.2017, 15:47

Forum Jump:


Users browsing this thread: 2 Guest(s)