News Feed
Jobs Feed
Sections




News Archive
Thilanka Kaushalya's Blog:
How to use Mysql Transactions with PHP
March 20, 2012 @ 13:04:37

In this recent post to his blog Thilanka Kaushalya shows how to use transactions in MySQL databases (using mysqli

Web applications are more popular today than ever with the increasing number of internet users. Most of the standard alone applications converted as web based applications or at least they try to provide a web interface for users. PHP and Mysql are two leading technologies which allow uses on rapid development of web based systems. "Transaction" is a powerful concept which comes with Mysql 4.0 and above versions. Lets explore that.

He introduces the concept of transactions first, providing an example of a bank transfer between two individuals. He uses this to create a simple code sample that turns off the autocommit for the connection (using mysqli_autocommit set to false) and running the SQL in order before the commit. He also includes an example of using the rollback function to return the data back to its original state if there's an error.

0 comments voice your opinion now!
mysql transactions mysqli tutorial rollback


blog comments powered by Disqus

Similar Posts

Version Control Blog: Upgrading Drupal with Git

PHPBuilder.com: Dynamic XML with PHP

DZone.com: Refactoring away from spaghetti PHP

PHPBuilder.com: Create Advanced Facebook Apps with Facebook JavaScript

PHPBuilder.com: PHP and Adobe Air: Building a Time-tracking and Billing Application - Part II


Community Events











Don't see your event here?
Let us know!


community zendframework2 podcast functional interview object language development composer introduction release unittest tool example opinion code series testing conference framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework