Hi
I need some help with inserting into multiple tables.
I have a form that gathers a user info.
I need help with a sql statement that does the following
- Inserts Form Values into Users Table
- Requery Last Inserted ID
- Insert into the last_insert_id into anothe table.
Any help would be appreciated.
Thanks