|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-09-26 19:11 UTC] mrobinso@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 21 01:00:01 2025 UTC |
I have installed Mysql 3.32.38 with berkeley-support for transactional database-tables. it works fine in the command line, but i don't know how i can use the transaction commands (commit, rollback) in php? Can i do a it with the function mysql_query("rollback"); mysql_query("commit"); or is there another way. I have just tried this functions but my script does not finish befor i don't make a commit in the command line. The rollback-option doesn't work anywere. Thanx a lot Lukas Pirhofer Anybody have just tested it?