Hallo, ich hab voll das Problem: Was ist bloß an diesem Querry falsch?? ic hwerd auch aus der Fehlermeldung nicht schlau...
Querry:
fehler:
You have an error in your SQL syntax near 'show tinyint(1) DEFAULT '1', show1 tinyint(1) DEFAULT '1', show2 tinyint' at line 10
Hää, da ist kein fehler!!
Querry:
PHP-Code:
CREATE TABLE bb1_adv_ltbox (
title text,
title1 text,
title2 text,
title3 text,
link text,
link1 text,
link2 text,
link3 text,
show tinyint(1) DEFAULT '1',
show1 tinyint(1) DEFAULT '1',
show2 tinyint(1) DEFAULT '1',
show3 tinyint(1) DEFAULT '1',
count1 int(11) DEFAULT '3' NOT NULL,
count2 int(11) DEFAULT '3' NOT NULL,
count3 int(11) DEFAULT '3' NOT NULL,
invisible tinyint(1) DEFAULT '0',
pass tinyint(1) DEFAULT '1',
closed tinyint(1) DEFAULT '1',
guests tinyint(1) DEFAULT '1',
show_icon tinyint(1) DEFAULT '1',
show_topic tinyint(1) DEFAULT '1',
show_created tinyint(1) DEFAULT '1',
show_views tinyint(1) DEFAULT '1',
show_replies tinyint(1) DEFAULT '1',
show_last tinyint(1) DEFAULT '1',
color tinyint(1) DEFAULT '0',
color_hover tinyint(1) DEFAULT '1',
minimize tinyint(1) DEFAULT '1',
minimizebit tinyint(1) DEFAULT '1',
minimizetyp tinyint(1) DEFAULT '1',
guests_name varchar(225)
);
You have an error in your SQL syntax near 'show tinyint(1) DEFAULT '1', show1 tinyint(1) DEFAULT '1', show2 tinyint' at line 10
Hää, da ist kein fehler!!
Kommentar