[PHP] php Transaction question

2002-08-20 Thread Randy Johnson
I know I saw this somewhere before but cannot find the answer In a php/mysql script how do a do a transaction is it like this or is their a better way to do it? innodb table method $query=set autocommitt=0; mysql_query($query); $query=select blah from blah;; mysql_query($query);

RE: [PHP] php Transaction question

2002-08-20 Thread Steve Bradwell
To: [EMAIL PROTECTED] Subject: [PHP] php Transaction question I know I saw this somewhere before but cannot find the answer In a php/mysql script how do a do a transaction is it like this or is their a better way to do it? innodb table method $query=set autocommitt=0; mysql_query($query

[PHP] transaction

2001-08-19 Thread nafiseh saberi
hi. in large database with php,postgres and when in each time come many request , how do we implement transactions?? nafiseh. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP] transaction

2001-08-19 Thread Chris Lambert
Message - From: nafiseh saberi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, August 19, 2001 4:24 AM Subject: [PHP] transaction | | hi. | in large database with php,postgres | and when in each time come many request , | how do we implement transactions?? | nafiseh. | | -- | PHP General