@hewlett:
Code:
CREATE TABLE `inst_user_profiles` (
`Profile_ID` int(6) unsigned NOT NULL auto_increment,
`User_ID` tinyint(4) NOT NULL default '0',
`Profile_Type` tinyint(4) NOT NULL default '0',
`Profile_Text` text NOT NULL,
PRIMARY KEY (`Profile_ID`)
) TYPE=MyISAM;
@Phillip: Genausowenig Wirkung wie bei einer Query.
