
########################################################################

PHP Admin v1.00
Copyright (C) 2006  John Horvath

    This program is free software; you can redistribute it under the
    terms of the GNU General Public License as published by the Free
    Software Foundation; either version 2 of the License, or (at your
    option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

If you have any questions, comments, suggestions, or a bug to
report, then zap me an e-mail at <jhorv@canada.com>.

########################################################################

PHP Admin is a simple script to quickly set up a working administration
module for your MySQL database. It is not intended to replace more
comprehensive database administration applications such as phpMyAdmin.
Rather, it's for quick and simple record maintanence (editing and
deleting). Thus, tables structures can't be modified, only record data.
What is unique is the option to make quick backups of individual tables
as well as export record data to an excel file.

To get this script up and running quickly, all you need to do is edit
the config.dat file to your specifications and include in your database
a table called admin. The admin table should have two text fields:
username and password (a sample SQL file of an admin table has been
included). Once the config.dat has been set to your needs, just upload
everything to your site under a separate directory (e.g., admin) and
that's it.


Sample admin details
--------------------
Name: admin
Password: admin


Have fun!

--------------------------------------------------------------------------
VERSION HISTORY

Version 1.0.0   First release of the script
01-02-2006


--------------------------------------------------------------------------
########################################################################

