/////////////////////////////
PHP Guestbook
By Joeman345 (bfr)
http://bfr.tifreakware.net
/////////////////////////////

This file, readme.txt, explains how to use the guestbook.  guestbook.php is the actual file that is the guestbook.  
guestbooksqlquery.txt includes the SQL query you need to run on your database in order for the guestbook to store data.  

What you do is, go to phpmyadmin and copy & paste the SQL query in guestbooksqlquery.txt, or you can just run the query by 
using mysql_query() or whatever, depending on what type of database you use.  Then, you upload the code, guestbooka.php, to
your host.  You must edit where it says "host","root", and "password".  You must also change "database" to whatever database 
you want to keep the data in.

This version should be compatible with the latest version of mySQL, and should work on other databases (but you need to 
change the mysql_ commands).  

I also made a simple administration system that allows the administrator to easily do stuff such as delete or edit posts, so I will probably release it some time, when I feel like it.  It's not really useful if you already have something like PHPMyAdmin installed, but if you don't, it can really help.  As a matter of fact, the original reason I made it was to easily be able to edit or delete posts in the guestbook on my website.

You are free to use this code and post it on your website, but I'd appreciate if you credit me and/or VDesign in some way. 

Questions?  Comments?  Visit my website at http://bfr.tifreakware.net or e-mail me at bfrsoccer@yahoo.com.