RE: [PHP-DB] INSERTing INTO Multiple Tables with MySQL & PHP

2002-09-09 Thread joakim . andersson
INSERTing INTO Multiple Tables with MySQL & PHP > > > Hi there, I've been hunting thru the net trying to find some info on > inserting data to multiple tables. > > I have two tables (LookupTable and MainTable): > > LookupTable( > FirstID > SecondID > ) >

[PHP-DB] INSERTing INTO Multiple Tables with MySQL & PHP

2002-09-03 Thread Graeme McLaren
Hi there, I've been hunting thru the net trying to find some info on inserting data to multiple tables. I have two tables (LookupTable and MainTable): LookupTable( FirstID SecondID ) MainTable( ID Name Address etc etc ) Once I insert data into the MainTable I want to also insert the ID from th