21.07.2010, 11:17
For some reason I was already registered and when I browse the structures in PHPMyAdmin theres nothing there...
EDIT: My MySQL database was a little funny, but now when I try to execute it I get a error:
EDIT2: Forgot to put the Users on create table, but it still is saying im registered.
EDIT: My MySQL database was a little funny, but now when I try to execute it I get a error:
Code:
CREATE TABLE( `Name` varchar(24) collate utf8_unicode_ci NOT NULL, `Password` varchar(32) collate utf8_unicode_ci NOT NULL, `Admin` int(1) NOT NULL, `Money` int(8) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;