Re: [PHP-DB] Get Confused : Use Transaction or not

2005-04-26 Thread Petar Nedyalkov
stien > > >From: Phil <[EMAIL PROTECTED]> > >To: Bastien Koert <[EMAIL PROTECTED]> > >CC: php-db@lists.php.net > >Subject: Re: [PHP-DB] Get Confused : Use Transaction or not > >Date: Wed, 27 Apr 2005 02:05:57 +0800 > > > >Thanks for your suggestion,

Re: [PHP-DB] Get Confused : Use Transaction or not

2005-04-26 Thread Bastien Koert
en Koert <[EMAIL PROTECTED]> CC: php-db@lists.php.net Subject: Re: [PHP-DB] Get Confused : Use Transaction or not Date: Wed, 27 Apr 2005 02:05:57 +0800 Thanks for your suggestion,Bastien !! You guide me a new way to thought how to design it. Before receiving your response,there are many questi

Re: [PHP-DB] Get Confused : Use Transaction or not

2005-04-26 Thread Phil
nutes or a few hours, > whatever, but at predefined intervals, a script should be run to > checked for those locked records and unlock them when they exceed the > time out value. > > Bastien > >> From: Phil <[EMAIL PROTECTED]> >> To: php-db@lists.php.net >> Su

RE: [PHP-DB] Get Confused : Use Transaction or not

2005-04-25 Thread Bastien Koert
hecked for those locked records and unlock them when they exceed the time out value. Bastien From: Phil <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] Get Confused : Use Transaction or not Date: Mon, 25 Apr 2005 16:07:36 +0800 Hi, I want to develop a multiuser system using PH

[PHP-DB] Get Confused : Use Transaction or not

2005-04-25 Thread Phil
Hi, I want to develop a multiuser system using PHP(5.04),MySQL(4.1.10) and PEAR(DataObject). There is only one MySQL account for PHP to operate data. All user's information will be stored in database,include id,passwd and etc. However,I get confused when I write queries in PHP script. Because one