Dieses Forum hat 0 Themen und zur Zeit 0 Beiträge Sie haben Schreibrechte
CREATE TABLE `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;
//the host, name, and password for your mysql
mysql_connect("localhost"