I don't know what is wrong with it.. If someone can fix it I will give them 100 points..
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') TYPE=MyISAM PACK_KEYS=0 AUTO_INCREMENT=1' at line 5
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') TYPE=MyISAM PACK_KEYS=0 AUTO_INCREMENT=1' at line 5
PHP:
CREATE TABLE `clans` (
`clanName` varchar(20) NOT NULL default '',
`clanPass` varchar(20) NOT NULL default '',
`clanOwner` varchar(20) NOT NULL default '',
) TYPE=MyISAM PACK_KEYS=0 AUTO_INCREMENT=1 ;