I have spent a while looking round and not yet found a script or tool that lets one easily and quickly generate HTML/PHP forms for interfacing with a MySQL database.
Not that simple forms are difficult, but they are time consuming. Getting all the fields correct and making sure all the "{" & "}" match up!
The creation for php scripts which SELECT, INSERT, UPDATE, DELETE and such is fine for projects, but I often want a quick simple database for holding information at work. Currently I bang open a quick MS_Access database, but would be happier with my MySQL even for this.
I know of a project which will probably include this (www.flattext.com), but that is not yet ready. I use phpMyAdmin for administering my databases, and think it is great, but that does not due for webform creation.
Is there nothing which can quickly generate a form for us?
Thanks,
Tim