Setup ---

1.) Create a MySQL Database named "Guestbook".
2.) Create a Table called "entries".
3.) Create Fields in the table named;
		"Date" 	(Date)
		"Time" 	(Time)
		"ID" 	(primary key)
		"Title"	(text)
		"Text" 	(text)
		"Image"	(text)
4.) Set the correct host, username and password in
    the file config.php
5.) Create a link on your page to the guestbook.php
    file like the following be sure to include the "?"
    and everything after:
	http://my.site.com/guestbook/guestbook.php?t2=0&t1=5
6.) Make the upload directory writable so that images can be stored. 
7.) Set the upload path in add.php tp the correct upload directory.
8.) Upload all files to your server. 
9.) The noimage.jpg file should be uploaded in bianary format.

Use the link to guestbook.php to view entries, and to add.php 
to make new entries. 

Any questions, visit http://www.mykazazam.com
