frushtastic
12-10-2008, 03:57 PM
Hey, I am setting up a script and I have to execute a mySQL query. How would I go about executing this command?
CREATE TABLE slogans (
id tinyint(4) NOT NULL auto_increment,
slogan text NOT NULL,
PRIMARY KEY (id)
) TYPE=MyISAM;
CREATE TABLE slogans (
id tinyint(4) NOT NULL auto_increment,
slogan text NOT NULL,
PRIMARY KEY (id)
) TYPE=MyISAM;