What differences do I have to take into account if using MySQL Transactions?

bryann1

New Member
I was recently told that I should use transactions in my application as they can help run code quicker and prevent MySQL code from executing before a whole page has loaded (e.g. if someone is just refreshing on my page and the whole page doesn't load, no MySQL calls will start and it reduces load on the server.)I'm wondering if I wanted to switch my site to transactions, how difficult would this be, and what changes would I have to make?Also, I'm using PDO as opposed to \[code\]mysql_*\[/code\], if that would make any difference?
 
Back
Top