Using MySQL transactions with PHPSeptember 1, 2009

The following is an example of using the transactional support in MySQL. Let's assume we have two tables, USERTBL and EMAILTBL. Let's consider the innodb engine, since it's the most popular transaction storage engine. CREATE TABLE USERTBL( USERKEY                     int unsigned no...

read more