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
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
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
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
4 matches
Mail list logo