 ######################################################################
 #                                                                    #
 #               WEBSITE MANAGEMENT SYSTEM BY PHP-DUDE                #
 #            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~             #
 #                                                                    #
 #       MyPHPsite is a collection of php scripts designed to         #
 #       enable browser based website management. The package         #
 #       requires that your server supports php and mysql and         #
 #       that you have access to a mysql database.                    #
 #                                                                    #
 #    INSTALLATION:                                                   #
 #                                                                    #
 #       Upload the package to your server and unpack it...           #
 #         eg.   tar xzfp MyPHPsite.tar.gz                            #
 #                                                                    #
 #       Open the page install.php in your web browser...             #
 #         eg. http://www.yoursite.com/MyPHPsite/install.php          #
 #                                                                    #
 #       Follow the steps to set up your database variables and       #
 #       install the necessary tables. Once this is completed,        #
 #       you will need to register as a member, so that you can       #
 #       access your Admin section.                                   #
 #                                                                    #
 #       Edit the variables specified in mail.php to customise        #
 #       the message format of feedback from your site.               #
 #                                                                    #
 #       Finally, remove the file install.php from the server         #
 #       and chmod 644 common.php for security.                       #
 #                                                                    #
 #       =====================================================        #
 #                                                                    #
 #                   Author: John Scrivener                           #
 #                   E-mail: john@php-dude.com                        #
 #                      URL: www.php-dude.com                         #
 #                                                                    #
 #                            2001                                    #
 #                                                                    #
 ######################################################################
 
