From: "Jason Wong" <[EMAIL PROTECTED]>
> On Friday 06 August 2004 01:47, John W. Holmes wrote:
>
> > Sounds like you just need to write a wrapper for mysql_query() that logs
> > what's going on.
> >
> > function my_mysql_query($query)
> > {
> > log_query($query);
> > return mysql_query($que
On Friday 06 August 2004 01:47, John W. Holmes wrote:
> Sounds like you just need to write a wrapper for mysql_query() that logs
> what's going on.
>
> function my_mysql_query($query)
> {
> log_query($query);
> return mysql_query($query);
> }
>
> and use my_mysql_query() everywhere instead
From: "CHAN YICK WAI" <[EMAIL PROTECTED]>
> I'm writing an application that requires log every transactions users
done,
> e.g. update which record, delete which record, something like that.
>
> I guess one way is whenever I issue a mysql_query(), I also insert this
> query in whole into another ta
3 matches
Mail list logo