Re: [PHP] MySQL - PHP combined log

2002-07-22 Thread 1LT John W. Holmes
} > > Can be improved upon many many ways I'm sure...just an idea. > > ---John Holmes... > > - Original Message - > From: "PHPCoder" <[EMAIL PROTECTED]> > To: "php-general" <[EMAIL PROTECTED]> > Sent: Monday, July 22, 2002 2:3

Re: [PHP] MySQL - PHP combined log

2002-07-22 Thread 1LT John W. Holmes
hp-general" <[EMAIL PROTECTED]> Sent: Monday, July 22, 2002 2:30 PM Subject: [PHP] MySQL - PHP combined log > Hi, tried this on mysql list, no luck: > > I want to be able to view a single log that contains the following: > > IP of user : page_name (PHP only): time/date: MySQL

[PHP] MySQL - PHP combined log

2002-07-22 Thread PHPCoder
Hi, tried this on mysql list, no luck: I want to be able to view a single log that contains the following: IP of user : page_name (PHP only): time/date: MySQL query ( 'select * from xxx' etc.) : error msg from mysql/php if any So it's almost a hybrid between apache and mysql with some extra's