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.php | Databse configuration, you need to enter your database username, password, and hostname, tablename.. |
| create_database.php | Create a database name 'shoutbox'. |
| create_table.php | Create table for database shoutbox, the table contains id,name,comment,date. |
| index.php | Main file where user can input name and message. |
Installation
- Fill up the necessary information in configuration.php.
- Execute the create_database.php, the database 'shoutbox' will be created.
- Execute create_table.php.
- That's it, direct to index.php to try out the shoutbox.
Download
PHP Shoutbox

