Download Latest Version phpformgenerator-v3.tar.gz (369.8 kB)
Email in envelope

Get an email when there's a new version of phpformgenerator

Home
Name Modified Size InfoDownloads / Week
phpformgenerator.sql 2015-02-05 27.3 kB
README.txt 2015-02-05 583 Bytes
phpformgenerator-v3.tar.gz 2013-05-13 369.8 kB
Totals: 3 Items   397.7 kB 0
Copy all files into a web folder (this web app should get its own folder, preferably named phpformgenerator)

create the database
CREATE DATABASE phpformgenerator;

create the user (or use an existing user)
CREATE USER 'phpformgenerator'@'localhost' IDENTIFIED BY 'fakepass';

authorize the user to modify this database
GRANT ALL PRIVILEGES ON `phpformgenerator` . * TO 'phpformgenerator'@'localhost';

modify config.inc.php file: edit the host, user, pass in the mysql_connect statement: edit the db name in the mysql_select_db statement

Browse to the web address/url.
Source: README.txt, updated 2015-02-05