Re: [PHP] creating log files out of a delete statement

2004-04-11 Thread Robert Sossomon
John W. Holmes" <[EMAIL PROTECTED]> > To: "Andy B" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Sunday, April 11, 2004 8:23 PM > Subject: Re: [PHP] creating log files out of a delete statement > > >> Andy B wrote: >>

Re: [PHP] creating log files out of a delete statement

2004-04-11 Thread Andy B
got it will try that instead.. - Original Message - From: "John W. Holmes" <[EMAIL PROTECTED]> To: "Andy B" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, April 11, 2004 8:23 PM Subject: Re: [PHP] creating log files out of a delete stat

Re: [PHP] creating log files out of a delete statement

2004-04-11 Thread John W. Holmes
Andy B wrote: i have a section of a website that deletes records from a mysql table... right now all the query is is a delete statement but i need to make a "log file" in this format: current time::username who executed delete:: deleted(name of record)::delete completed or delete failed depending