Simple Shoutbox with PHP and MySQL
First, you must access your MySQL database via <font color="Red">PHPMyAdmin
and excecute this SQL Command:
PHP Code:
CREATE TABLE IF NOT EXISTS `contoh_tabel_shout` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`username` char(32) NOT NULL,
`link` tinytext NOT NULL,
`time` int(11) NOT NULL,
`text` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
Then download this script:
Code:
http://rapidshare.com/files/119702164/cbox_mascibung.rar.html
Threre is 3 files, there are:
PHP Code:
1. index.php
2. stail.css
3. smile.php
edit index.php with your MySQL server host, database name, username and MySQL password
Then uploas all script to your webhost..
Now you have a simple shoutbox on your website 
</span></span>