Re: [PHP] locking a mysQL row

2001-09-11 Thread nayco
: Tuesday, September 11, 2001 3:48 AM Subject: [PHP] locking a mysQL row Hi all, I'm currrently developing a dynamic, user-added content site. The thing is, content can be added and edited my TWO people.. the original writer, and the editor. So, my problem is, if the editor/user makes

[PHP] locking a mysQL row

2001-09-10 Thread Justin French
Hi all, I'm currrently developing a dynamic, user-added content site. The thing is, content can be added and edited my TWO people.. the original writer, and the editor. So, my problem is, if the editor/user makes an edit to content whilst the other is also attempting to do so, one of them

Re: [PHP] locking a mysQL row

2001-09-10 Thread tjacobs-php
On Tue, 11 Sep 2001, Justin French wrote: I'm currrently developing a dynamic, user-added content site. The thing is, content can be added and edited my TWO people.. the original writer, and the editor. Just put a timestamp field into the table, which will automatically track the last