After much web research I find I am still confused as to how to apply mysql transactions through PHP. For example what PHP syntax would be used to issue a "begin work" or "commit" command?
Any info or links?
Thanks, Mark
Mysql/PHP/Transactions
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
- mydimension
- Moderator
- Posts: 531
- Joined: Tue Apr 23, 2002 6:00 pm
- Location: Lowell, MA USA
- Contact:
yep, you would send the commands through mysql_query() and if you need a refresher: http://www.mysql.com/doc/en/Transactional_Commands.html