> -Original Message-
> From: Mariusz [mailto:[EMAIL PROTECTED]]
> Sent: 09 September 2002 05:59
> To: perl
> Subject: perl and my DB...
>
> (Can I submit the record via DBI and read the primary key
> "ID" within the same script. Other words, can I se
Hi,
I have a html form that submits data (a record) to a table. However, then the next
page gets loaded in with more input fields that need to be submitted to the same
location in the table (it's a second part of that same record). How can I accomplish
that? (I'm asking for the logic, not the