mysql transaction in php, how?
Posted: Sat Jan 13, 2007 10:27 am
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.
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.