Re: [PHP-DB] Inserting records across multiple mySQL forms - tracking ID's?

2002-07-05 Thread Jason Wong
On Saturday 06 July 2002 08:18, Matthew Nock wrote: > I want to create a form that will input a number of records, into a number > of different tables. > > The first part of the detail will need to create a new "product" record. > this will create Product ID. the Product ID is required to insert

[PHP-DB] Inserting records across multiple mySQL forms - tracking ID's?

2002-07-05 Thread Matthew Nock
I want to create a form that will input a number of records, into a number of different tables. The first part of the detail will need to create a new "product" record. this will create Product ID. the Product ID is required to insert the "features" for this product ID into another table. Is th