On Mon, Mar 25, 2002 at 02:49:07PM -0500, Scarbrough, Jeb (ISS Atlanta) wrote:
 > Is it possible to create a transaction the involves multiple pages using PHP
 > and oracle.  For example, can I log onto oracle using OCIPLogon on one page
 > named master, insert information, go to the next page named detail, insert
 > information and commit both transactions at the same time?

Try using sessions. The easies way is to save your sqls in a array that is session 
variable and run these sqls on the second page.

Regards,
Andrey


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to