Log in

View Full Version : shoutbox


Sycoloco1212
08-05-2008, 10:03 AM
im createing a shoutbox and in a tutorial i don't understand what it means by this


Step 1 : Create database with information :
PHP Code:
CREATE TABLE `tagboard` (
`id` int(7) NOT NULL auto_increment,
`name` varchar(250) NOT NULL default '',
`comments` text NOT NULL,
`date` timestamp(14) NOT NULL,
PRIMARY KEY (`id`),
) TYPE=MyISAM AUTO_INCREMENT=419 ;

like i would i make a database with this?

Marco van Herwaarden
08-05-2008, 10:14 AM
If you have questions/problems with a modification or style, then please post in the thread (or support forum/board) about that modification/style. Best chance to receive a reply from either the author or another member using the same modification/style.