A simple guestbook using plain old PHP, MySQL, Bootstrap and jQuery.
I've created this a few years ago for holding a course about web development. Please feel free to use it for learning or teaching purposes.
Small note: The methodologies and technologies used in this guestbook are not considered as state-of-the-art and partitially reflecting outdated standards. Though, for learning how to build a simple framework based web app it should be fine.
- PHP 5.3+
- MySQL 5+
- Any web server
- Create a database
- Execute the file
schema.sql
in the database - Open
index.php
and insert your MySQL credentials - Open browser and navigate to guest book dir
This guestbook is licensed under the MIT license.