TECTED]]
Sent: Tuesday, September 10, 2002 12:54 AM
To: Maureen E Fischer
Subject: Re: Indexing multiple records for potential updates
Hi Maureen ,
All you need is a PRIMARY KEY (eg an auto_increment column) in your
MySQL
table. Then, places each row in it's own form.
Thanks so much for your help. This makes a lot of sense to me.
Maureen
fliptop wrote:
if you set up your form so that each record has the same params,
then they should be submitted in order and you can treat each one as an
array. for example (untested, and using limited html):
On Mon, 9 Sep 2002 at 22:08, Maureen E Fischer opined:
MEF:I'm working on a Perl CGI program that must update
MEF:A mysql database. The user enters key information that
MEF:Is used to display zero to many records. Then the user
MEF:Can update or delete any number of records displayed.
MEF:I
Hello,
I'm working on a Perl CGI program that must update
A mysql database. The user enters key information that
Is used to display zero to many records. Then the user
Can update or delete any number of records displayed.
I sucessfully displayed multiple records and have output
Them su