Phpmyadmin – I want to automatically place the ID from the Parent table into a child table
I have two separate tables each will input the form data into the phpmyadmin Db respectively. Users and Parents respectively I am using procedural PHP and a prepared statement for form data. I have had success with each form inserting…