Re: [PHP] MySQL change-tracking

2007-05-03 Thread Chris
Richard Lynch wrote: On Wed, May 2, 2007 4:32 pm, Brad Fuller wrote: Richard Lynch wrote: I have this simple database and I'm going to have a handful of people editing it... I'd like to track each and every edit with username, and, ideally, provide myself an easy "Undo" if I decide [bleep] is

RE: [PHP] MySQL change-tracking

2007-05-02 Thread Richard Lynch
On Wed, May 2, 2007 4:32 pm, Brad Fuller wrote: > Richard Lynch wrote: >> I have this simple database and I'm going to have a handful >> of people editing it... >> >> I'd like to track each and every edit with username, and, >> ideally, provide myself an easy "Undo" if I decide [bleep] is >> an i

RE: [PHP] MySQL change-tracking

2007-05-02 Thread Brad Fuller
Richard Lynch wrote: > I have this simple database and I'm going to have a handful > of people editing it... > > I'd like to track each and every edit with username, and, > ideally, provide myself an easy "Undo" if I decide [bleep] is > an idiot and shouldn't have done that. > > Now, I'm not real