App. for generating MySQL forms.

admin

Administrator
Staff member
I have spent a fair while looking round for applications to generate forms for use on a website for interaction with a MySQL database.

I have found many scripts for administering the database, and I currently am reasonably happy with phpMyAdmin.

Also found a couple for administering a particular table allowing addition, deletion & updates (editing) of records. These are clever but not the customisable phpfiles I want as output.

As I said, neither of these is what I actually want to present the site visitor.

Anyone know of script which produces php pages for:
a) the forms for searching & administering the database nicely?
b) not just for a table, but in a relational manner?

Tim

PS - I am very close to writing my own script to do this. It would generate public pages and admin pages for a database based on the fields and tables the author inputs.
 
Back
Top