dean0308 has asked for the wisdom of the Perl Monks concerning the following question:
Please forgive the double post, this is my first time here.
I have a database that tracks CD's (when they were made, shipped, who currently has them, etc.) I am trying to create a form that will let users update multiple records from one page. I want to return all the records in a range in table format with the current value of the column being the default for the textfield. I need to update all the records with one submit button.
EXAMPLE:
db
cd col1 col2 1 A NULL 2 B C
form
cd col1 col2 1 $q->textfield (-default=>A) $q->textfield (-default=>"")</br><br>2 + $q->textfield (-default=>B) $q->textfield (-default=>C)
Your help is greatly appreciated!
JLD
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: muli-records db update using cgi
by neniro (Priest) on Apr 17, 2004 at 21:49 UTC | |
by dean0308 (Initiate) on Apr 18, 2004 at 01:20 UTC | |
by neniro (Priest) on Apr 18, 2004 at 10:24 UTC | |
by matija (Priest) on Apr 18, 2004 at 10:31 UTC | |
|
Re: multi-record db update using cgi
by matija (Priest) on Apr 18, 2004 at 04:40 UTC | |
|
Re: multi-record db update using cgi
by matija (Priest) on Apr 17, 2004 at 19:53 UTC |