PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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.