Can someone explain how to create a table using phpmyadmin for the shoutbox block? I am confused by these instructions:
CREATE TABLE gl_shoutbox (
id int(11) NOT NULL auto_increment,
name text NOT NULL,
message longtext NOT NULL,
time text NOT NULL,
PRIMARY KEY (id)
) TYPE=MyISAM;
could someone explain the above for me. sorry for being ignorant!!
Thanks