How can we do "Begin & Commit Transaction in PHP wi

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
unisofts
Forum Newbie
Posts: 1
Joined: Wed Aug 17, 2005 12:19 am
Location: Pakistan
Contact:

How can we do "Begin & Commit Transaction in PHP wi

Post by unisofts »

How can we do "Begin & Commit Transaction in PHP with MySQL"

hi,
i'm new user.. here having problem in handling PHP + MYSQL Multiple transactions..

actually i'm working as Programmer from last 3 year, but my skills are up to ASP + vbScript..
In ASP i use
''''''''''''''''''''''''''''''''''''''''''
cn.BeginTran
rs1.open...
rs2.open...
rs3.open...
rs4.open...
cn.committrans
''''''''''''''''''''''''''''''''''''''''''

But how can i PHP.
But still i have done much work in PHP, i needed..

please if any one of you have idea about this, reply me

Best Regards


feyd | this was mistakenly PM'd to me...
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Post Reply