RE: [PHP-DB] DB Access, Sessions and Blocking Access

2005-08-17 Thread Bastien Koert
Bastien From: Bret Walker <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] DB Access, Sessions and Blocking Access Date: Wed, 17 Aug 2005 17:19:38 -0500 Hello- I'm developing a web-based system whereby users can edit documents and then e-mail the documents to sele

Re: [PHP-DB] DB Access, Sessions and Blocking Access

2005-08-17 Thread Philip Hallstrom
I'm developing a web-based system whereby users can edit documents and then e-mail the documents to selected recipients. The "documents" are comprised of the data from several MySQL fields. I want to make sure that two people don't edit a document at the same time. My users log in via a script

[PHP-DB] DB Access, Sessions and Blocking Access

2005-08-17 Thread Bret Walker
Hello- I'm developing a web-based system whereby users can edit documents and then e-mail the documents to selected recipients. The "documents" are comprised of the data from several MySQL fields. I want to make sure that two people don't edit a document at the same time. My users log in via a