
I am trying to leave the basic mysql PHP behind in favour of msqli. I needed to add a record to a table with AUTO_INCREMENT on, and then add a record to a second table using the AUTO_INCREMENT id from the insert on the first table. To do this safely, I needed a [...]

