PHP:
Help :)
CREATE TABLE access(
userid int( 10 ) unsigned NOT NULL ,
forumid smallint( 5 ) unsigned NOT NULL ,
accessmaskKEY title(title,
pagetext)smallint( 5 ) unsigned NOT NULL ,
PRIMARY KEY ( userid, forumid ) );
MySQL said:
#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 'title( title, pagetext ) smallint(5) unsigned NOT NULL,
PRIMARY KEY (userid,fo' at line 4