Simple question on running SQL statement
-
Hi,
I’m kinda new on running SQL statements, had AJAX shoutbox but now trying McMike’s shoutbox. All other plugins did the DTB & SQL things for me, but now I have to run (??) a SQL statement:
CREATE TABLE
wp_roeptumaar(
ridint(11) NOT NULL auto_increment,
naamvarchar(255) NOT NULL default ”,
httpvarchar(255) NOT NULL default ”,
emailvarchar(255) NOT NULL default ”,
texttext NOT NULL,
IPvarchar(255) NOT NULL default ”,
tijdint(11) NOT NULL default ‘0’,
PRIMARY KEY (rid)
) TYPE=MyISAM AUTO_INCREMENT=0 ;
—————————-HOW do I do that ? :-$
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Simple question on running SQL statement’ is closed to new replies.