Page 1 of 1

PHP & MySQL - Transactions

Posted: Wed Aug 23, 2006 12:16 pm
by Luke
Is it possible to execute "Transactions" on an innoDB table in mysql via PHP?

Posted: Wed Aug 23, 2006 12:18 pm
by feyd
inndb supports transactions, therefore php supports doing them.

http://dev.mysql.com/doc/refman/4.1/en/commit.html

Posted: Wed Aug 23, 2006 12:20 pm
by Luke
Sorry... :oops:

:: goes off and RTFM ::