  phpCodeGenie Version 1.0 - December 2002
  ---------------------------

    Copyright (C) 2002 - Nilesh Dosooye <openSource@weboot.com>

    This program is free software; you can redistribute it and/or modify
    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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA


README
------

phpCodeGenie is a code writer for PHP/MySQL applications. Just design your database
tables and phpCodeGenie can write the php scripts and programs for you. 

phpCodeGenie will build data entry forms, insert scripts, database lister scripts,
edit record forms, update record scripts, delete confirmation scripts, delete scripts,
search forms, search scripts and other frontend - database interaction code. Basically,
it provides a core basic code from which you can build on. I hope that you enjoy !  



REQUIREMENTS
------------
PHP4.1.0 or greater
MySQL 


INSTALLATION
------------
  read INSTALL file

TODOS
-----
- Support for Different Databases, ADODB Support
- Code Instant Preview 
- Add drop down from table.id.label in form generation 
- add viewid from label db lister and view individual record
- Register GLOBALS OFF support
- provide function to register form elements
- MultiLingual Support
- lots of other stuff...


CREDITS
-------
I took the database and table javascript browser from phpMyAdmin. phpMyAdmin is an open source
php/Mysql Database Administration tool. You can get a copy of it at http://phpwizard.net/projects/phpMyAdmin/


LICENSE
-------
GPL
