RE: perl and my DB...

2002-09-09 Thread Jeff AA
> -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

perl and my DB...

2002-09-08 Thread Mariusz
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