Page 1 of 1

mysql transaction in php, how?

Posted: Sat Jan 13, 2007 10:27 am
by Betty_S
Hi everyone,
I want to perform a series action on the DB (insert, update, delete).
I know that I can put the in a transaction so I can be sure that either al actions succeed or all failed.
How can I do that in php?
Thanks.

Posted: Sat Jan 13, 2007 10:33 am
by feyd

Posted: Sat Jan 13, 2007 10:38 am
by dibyendrah
Notice that transaction are only supported in MySQL by innoDB engine.