Have:
1 MySQL db; 1 table; 10 fields
Want:
Software package that will look at my database, and generate a compilation of php scripts that allow the control of this table from the web.
In other words, scripts for viewing, editing, and deleting data from the database with simple HTML forms.
Essentially, the end product is a watered down version of phpMyAdmin.
Is there a product out there that will do this?
This is the foundation of all the web development that I do... create a database, import data from excel, then create forms on the web to control the database. these simple applications should write themselves!