Projects

Guestbook



Guestbook is a simple PHP program that I wrote so I could have (you guessed it) a guestbook. It stores all information in a simple text file, so there is no need for MySQL to be installed. It is released under the GPL, as is all of my software, but it's still worth mentioning. A list of the features:
  • New users can simply edit the first 10 lines for immediate use. No other adjustments are needed.
  • The PHP can easily be incorperated into already existing sites. The code makes no graphical HTML. In fact, the default book is so boring it will make you want to create a better one :)
  • An "administrator" mode allows you to edit and delete entries easily and quickly.
The guestbook source will be released shortly. While, for the most part, it is finished, I am not comfortable with the state of the code. Currently, it's messy, and not as simple as it could be. When it is released, it will be availble here.
Main Page