Re: PHP form generator [message #181720 is a reply to message #181719] |
Mon, 27 May 2013 21:45 |
M. Strobel
Messages: 386 Registered: December 2011
Karma:
|
Senior Member |
|
|
Am 27.05.2013 23:12, schrieb Charles:
> Does anyone have software they can suggest for generating an HTML input form and the php backend script for adding records to a database?
>
> I'm developing a web application, and I'm about half way through the MySQL end of it, but I'm daunted by the idea of hand coding 35'ish HTML and php files for data entry.
>
> Has anyone written software that takes the MySQL structure and generates both an HTML input page suitable for editing and the php script that links it to the MySQL table it's based upon?
>
Could you be more precise? The internet search for php form generator turns up a lot
of hits.
The problem has been solved many times, but every time with different dependencies.
In this NG you will generally find people who prefer to code it themselves instead of
trying to read, analyze and debug other people's code.
/Str.
|
|
|