I could not find any functions in PHP that provide transaction support for mySQL. So, are there any such functions available??
you can use the PEAR DB package: this includes interfaces for most common database.
he following PHP libraries & PEAR packages can fulfill your requirements.
mysqli, PDO, ADODB, PEAR DB & PEAR MDB2.
Leave a Reply
You must be logged in to post a comment.