Name | Modified | Size | Downloads / 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.