 CREATE SQL made by Fred Radeff 2002, radeff
 ***** freely available with mention: http://www.akademia.ch  *************  
 abstract: from a mysql database (change settings server=localhost, db=test   
 if necessary and a definite table ($laTable), create automatically forms and 
 CGI for HTML browsing, creating, editing and deleting datas.                 
 To install the stuff: 
- create the mysql table;
- modify connect.php
- modify var.inc.php
- decompress db.zip in a public-writable (chmod 777) folder of a apache-php-mysql server.
- On a browser, go to http://[put_your_DNS_here]/[put_the_path_here]/mysql.php, e.g. http://localhost/yourpath//mysql.php if you have EasyPhp locally installed.  
 Verify that it works. Now change the mode of the brand new created files and 
 the whole repertory, sthing like: chmod 755 ./; chmod 744 *.php;             
 Enjoy!                                                                       


