Blurber
Version 1.0
Created by Gurmukh Mongia
of Mongwell
Copyright 2005

This program requires a MySQL server.

Insert the table defined in the blurber.sql file into your MySQL database.
If you wish you may change the name of the table, but if you do so make
sure to change the $table variable in the blurber.php file as well.

Edit the blurber.php file. Right after the changes log you will see the
MySQL configuration settings.  Specify your host name, user name, 
password, and database name.

Now you may upload blurber.php to your server.  The blurber script is
meant to be accessed from a link on your regular page, opening up a 
small window where blurbs can be viewed and entered.

In order to set up a link to blurber, add the code listed in the 
headcode.txt file to the head section of your HTML document.

After that you must decide on a subject.  If you have multiple pages that
you would like to use as separate Blurb areas, you may use multiple subjects.
Simply add your link as follows (replacing <YOUR SUBJECT> with the name of
your chosen subject)

<a href="blurber.php?subject=<YOUR SUBJECT>" onclick="NewWindow(this.href,'mywin','450','500','yes','center');return false" onfocus="this.blur()">Click Here To Comment</a>


