Guestbook

Back to code projects

Demo Download on Github

This guestbook runs on PHP and stores all the entries in a CSV file. It's all the same PHP as the guestbook on this website, but without SQL. You can approve and reply to comments from a built-in admin panel. It's not fancy, but it gets the job done in a relatively small package.

I don't plan on adding SQL support for security reasons, but you could figure out how to add it yourself if you're familiar with SQL at all.

Features

  • Anti-spam features
  • Completely nukes attempts to include HTML in comments from orbit
  • Admin panel with optional entry approval and replies
  • Fast and easy to get set up