RE: [PHP] php Transaction question

2002-08-20 Thread Steve Bradwell
IL PROTECTED]] Sent: Tuesday, August 20, 2002 10:14 AM 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 me

[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); $query

Re: [PHP] transaction

2001-08-19 Thread Chris Lambert
wn.net */ - Original 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 t

[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 admini