php Form Builder - Installation
Preface:
"php Form Builder" can generate a php file for insert,update,delete
on mysql tables.To accomplish the latter you'll need a properly
set up MySQL-user who can read/write only the desired database.
It's up to you to look up the appropiate part in the MySQL manual.
Quick Install:
[1] Unzip the distribution (be sure to unzip the subdirectories)
unzip pfb.zip
[2] Open the file config.inc.php in your favourite editor and change
the values for language to fit your environment.
[3] It is recommended that you protect the directory in which
you installed "php Form Builder" (unless it's on a closed intranet),
for example with HTTP-AUTH (in a .htaccess-file).
[4] Open the file //index.php
in your browser. "php Form Builder" should now display a welcome screen
and your databases.
Installation notes:
+ Be sure to protect the pfb-directory. By default, it is not
protected in any way!
+ Generated php files in pfb-directory/out.