Simple PHP Comments

Overview

This is a simple script that lets users anonymously comment on your website. The code is really short and easy to change.

It’s a perfect way to get feedback and let users express themselves. The code is light-weight and works out-of-the-box so you can continue development on whats important.

This can be used as a standalone page, or it could be inserted into another one. The way comments are stored and displayed can be easily changed. By default comments get stored in a text file, so you don’t have to mess around with databases.

Included are 2 styles which you can use, or you could make your own. There is really no limit on how you can make it look, so express yourself!

Features

  • Easy to configure
  • Only around 5 KB
  • Anonymous

Requirements

  • A PHP ready webserver
  • Basic PHP and CSS knowledge

Instructions

  • Unzip the files into the same directory
  • (Optional) Edit index.php to your needs
  • (Optional) Edit style.css to better reflect your website

Related