Re: PHP form generator [message #181722 is a reply to message #181720] |
Mon, 27 May 2013 22:34 |
Charles
Messages: 13 Registered: February 2011
Karma:
|
Junior Member |
|
|
On Monday, May 27, 2013 2:45:56 PM UTC-7, M. Strobel wrote:
> 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.
Sure.
The database backend is second nature. I can create the tables and normalize them at the same time, and the interrelationship should be quite valid.
What I'd like to find is use a software package that will retrieve the table structure and create both a generic input form in HTML, as well as the corresponding PHP script to go with it, for that table. That way, I can start cutting and pasting blocks of code instead of having to write it character by character, line by line.
|
|
|