Hello.
In Php/Mysql, I want to insert rows into two inter-dependant tables T1 and T2. That is, when I insert 1 row into T1, I MUST insert the corresponding into T2.
I've written two prepare statements for these inserts : $ins1 and $ins2, refering the two tables.
$dbh->beginTransaction()...