qcodesamp.com

Disclaimer

All source code available from this website in zip files is used at your own risk.

PHP Guestbook

Simple guestbook coded in PHP. Uses SQLite for the database, but it should work with any database supported by PHP's PDO object.

Example of object oriented data abstraction. There is also a lot of error and sanity checking going on, and there is an anti-flood (based on IP address) feature.

Only so many entries (10 is the default maximum) are stored in the database, older entries are deleted when a new one is inserted.

Version: 1.4 (November 11, 2009)

Download