boboson has asked for the wisdom of the Perl Monks concerning the following question:
The input fields on every row will get the same name, I will use an id attribute with an objectid value to make the rows unique.
However, when the form is submitted I want to update my database with the corresponding data from my form. How do I process a form like this or how do I read the id attribute with the CGI object.
I know I could append the objectid to all my input fields but there must be a much cleaner solution.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: process multiple rows from form
by Skeeve (Parson) on Sep 26, 2005 at 17:24 UTC | |
by boboson (Monk) on Sep 27, 2005 at 04:54 UTC | |
by eric256 (Parson) on Sep 27, 2005 at 14:59 UTC |