RE: [PHP] Re: Log files

2008-07-02 Thread Haluk AKIN
ers, Haluk -Original Message- From: John Comerford [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2008 12:54 AM To: php-general@lists.php.net Subject: Re: [PHP] Re: Log files If you are logging errors, then maybe you should look at using a file instead of a database table. I have seen

Re: [PHP] Re: Log files

2008-07-02 Thread John Comerford
If you are logging errors, then maybe you should look at using a file instead of a database table. I have seen an instance where a system used a table for error logging and writing to the log table caused and error, you can guess where that left things. Shawn McKenzie wrote: Mark Bomgard

[PHP] Re: Log files

2008-07-02 Thread Shawn McKenzie
Mark Bomgardner wrote: I am writing an application in which I want to create log files. I am weighing the difference between using text files and using a database to house the data. It appears to me that there is really no advantage either way or is there? There are pros and cons to both metho