Hello everyone PHP and mysql noob here
I'm creating a form to
create a new user
and at the same time add a contact
but user and contact are in two different table
and i need the newly user_ID to reference the user_ID(FK) in the tbl_contact
how would i do it?