Relational FormWizard for MySql
This script can generate forms on two tables where one index in the first table is realtionally linked to another index in the secondtable. This script can also generate a single table form. This work is an extension of earlier work on PHPFormWizard 2.0. Update (2001/12/02): Updated to get rid of the system commands such that it would be compatible with Linux, Unix and Windows OS. The PEAR libraries have been removed as it made the script litle sluggish. Forms can be generated from single upto five related tables. An example is also provided.
Listing Details
- Version:
- 1.0
- Filed in:
-
Scripts / PHP / Scripts & Programs / Database Tools
- Submitted on:
- Last Updated:
- Feb 11, 2009
- Publisher:
- Other listings by this publisher
License & Pricing Information
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
I have searched the web for several months to find some script or program that will allow me to edit data from two or more related tables. This appears to be the first one I found that specializes in that...all the rest only edit 1 table at a time. I have a database of thousands of companies and need to store info on contact, client, & other detailed info and this will help tremendously. After the company data is updated, I can then immediately edit the contact information for that company without having to search by CompanyID. I have noticed some bugs in the program that stopped me from finishing the sample database demo. Thanks to the miracle of open source, I will be able to fix them myself and make it even more useful down the road.