Posted on: 04/02/03 09:57pm
By: Anonymous (Anonymous)
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
How to create table for shoutbox
Posted on: 04/03/03 12:12pm
By: Anonymous (Anonymous)
click sql and paste that into the field to run the query
How to create table for shoutbox
Posted on: 04/03/03 10:43pm
By: Anonymous (Anonymous)
thanks!