Menu

 

PHP ShoutBox

MySQL is used to store the name, message and date of the shout message posted. Check it out live here.. PHP files needed:

configuration.phpDatabse configuration, you need to enter your database username, password, and hostname, tablename..
create_database.phpCreate a database name 'shoutbox'.
create_table.phpCreate table for database shoutbox, the table contains id,name,comment,date.
index.phpMain file where user can input name and message.

Installation

Download
PHP Shoutbox