Re: [PHP] Multiple Access Question

2010-07-08 Thread tedd
At 11:48 AM +0100 7/8/10, Richard Quadling wrote: On 7 July 2010 17:59, tedd wrote: Hi gang: I have *my way* of handling this problem, but I would like to hear how you > guys do it. -snip- I hope this is of some sense to you. It certainly is an interesting topic. Richard. Richard:

Re: [PHP] Multiple Access Question

2010-07-08 Thread Richard Quadling
On 7 July 2010 17:59, tedd wrote: > Hi gang: > > I have *my way* of handling this problem, but I would like to hear how you > guys do it. > > Here's the problem -- let's say you have a database containing names and > addresses and you want "approved" users to be able to access the data. As > such,

RE: [PHP] Multiple Access Question

2010-07-07 Thread Tommy Pham
-Original Message- > From: Robert Cummings [mailto:rob...@interjinn.com] > Sent: Wednesday, July 07, 2010 10:28 PM > To: Paul M Foster > Cc: php-general@lists.php.net > Subject: Re: [PHP] Multiple Access Question > > Paul M Foster wrote: > > On Wed, Jul 0

Re: [PHP] Multiple Access Question

2010-07-07 Thread Robert Cummings
Paul M Foster wrote: On Wed, Jul 07, 2010 at 11:28:56PM -0400, Robert Cummings wrote: Paul M Foster wrote: @Paul, The OPs question is about concurrency on the record itself. How to avoid two users accessing the same record and potentially damaging each others changes My approach is the s

Re: [PHP] Multiple Access Question

2010-07-07 Thread Paul M Foster
On Wed, Jul 07, 2010 at 11:28:56PM -0400, Robert Cummings wrote: > Paul M Foster wrote: >>> @Paul, >>> >>> The OPs question is about concurrency on the record itself. How to >>> avoid two users accessing the same record and potentially damaging >>> each others changes >>> >>> My approach is the

Re: [PHP] Multiple Access Question

2010-07-07 Thread Robert Cummings
Paul M Foster wrote: On Wed, Jul 07, 2010 at 10:01:05PM -0400, Bastien Koert wrote: On Wed, Jul 7, 2010 at 8:47 PM, Paul M Foster wrote: On Wed, Jul 07, 2010 at 12:59:30PM -0400, tedd wrote: Hi gang: I have *my way* of handling this problem, but I would like to hear how you guys do it. He

Re: [PHP] Multiple Access Question

2010-07-07 Thread Paul M Foster
On Wed, Jul 07, 2010 at 10:01:05PM -0400, Bastien Koert wrote: > On Wed, Jul 7, 2010 at 8:47 PM, Paul M Foster > wrote: > > On Wed, Jul 07, 2010 at 12:59:30PM -0400, tedd wrote: > > > >> Hi gang: > >> > >> I have *my way* of handling this problem, but I would like to hear > >> how you guys do it.

Re: [PHP] Multiple Access Question

2010-07-07 Thread Bastien Koert
On Wed, Jul 7, 2010 at 8:47 PM, Paul M Foster wrote: > On Wed, Jul 07, 2010 at 12:59:30PM -0400, tedd wrote: > >> Hi gang: >> >> I have *my way* of handling this problem, but I would like to hear >> how you guys do it. >> >> Here's the problem -- let's say you have a database containing names >> a

Re: [PHP] Multiple Access Question

2010-07-07 Thread Paul M Foster
On Wed, Jul 07, 2010 at 12:59:30PM -0400, tedd wrote: > Hi gang: > > I have *my way* of handling this problem, but I would like to hear > how you guys do it. > > Here's the problem -- let's say you have a database containing names > and addresses and you want "approved" users to be able to access

Re: [PHP] Multiple Access Question

2010-07-07 Thread Robert Cummings
tedd wrote: Hi gang: I have *my way* of handling this problem, but I would like to hear how you guys do it. Here's the problem -- let's say you have a database containing names and addresses and you want "approved" users to be able to access the data. As such, a user must login before acces