transactions?

From: Zhidian Du <zdu(at)cs(dot)nmsu(dot)edu>
To: "pgsql-php(at)postgresql(dot)org" <pgsql-php(at)postgresql(dot)org>
Subject: transactions?
Date: 2002-09-05 05:39:31
Message-ID: 3D76EE13.9A1B6676@cs.nmsu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

I am writing a B/S program. I want to save all the users' inputs, for
example, "insert into TABLE value (.....);" in the server side, how can
I implement in PHP?

also, how can I use transactions to rollback and commit in PHP?

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Justin Clift 2002-09-05 07:11:29 Re: transactions?
Previous Message dr_sad(surguttel) 2002-09-05 05:09:50 Re: Help, plz...