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 upd

[PHP] Strange error on mysql_fetch_array

2001-06-26 Thread tjacobs-php
The following code fragment works properly, in that I get the output I'm expecting. However, if I don't disable error messages with @, I get an error message from PHP saying: "Warning: Supplied argument is not a valid MySQL result resource in /var/www/htdocs/cgcm/test2.php on line 9." How can the