<?php require(' Pitfalls of Transactions with PHP (ONLamp) '); ?>

  • Resource ID: 948

  • Title: Pitfalls of Transactions with PHP (ONLamp)

  • Category: PHP Tutorials

  • Date Added: March 20, 2007 02:58:55 PM

  • Number of Hits: 6

  • Description: Database transactions are important for data reliability and consistency. Used properly, they can prevent many types of errors. Used improperly, they can cause many other kinds of errors. Kimberlee Jensen demonstrates using transactions with PHP well.