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
> )
>
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