Re: [PHP-DB] PHP for apache logging to mysql

2003-03-28 Thread Ronan Chilvers
Hi Paul On 27 Mar,2003 at 12:44 Paul Burney wrote: snip Hope that helps. YMMV. TMTOWTDI. /snip It did !! I had tried a direct pipe, but had neglected the all important semi-colon on the insert !!! Is this reasonably efficient on your production server ? Do you have any problems with

Re: [PHP-DB] PHP for apache logging to mysql

2003-03-28 Thread Paul Burney
on 3/28/03 7:30 AM, Ronan Chilvers at [EMAIL PROTECTED] appended the following bits to my mbox: Is this reasonably efficient on your production server ? Do you have any problems with it ? It's pretty efficient on my production server. Since I don't index the initial table, the inserts go

[PHP-DB] PHP for apache logging to mysql

2003-03-27 Thread Ronan Chilvers
Hi folks Ronan here. Just joined the list. I do PHP / MYSQL / GD / HTML / JavaScript / Flash stuff, building db driven sites, content management systems, etc. I also use PHP as a scripting langauge on my servers - its generally great. However I have a little problem which someone might have

Re: [PHP-DB] PHP for apache logging to mysql

2003-03-27 Thread Paul Burney
on 3/27/03 10:09 AM, Ronan Chilvers at [EMAIL PROTECTED] appended the following bits to my mbox: However I have a little problem which someone might have come across or be able to shed some light on. I want to pipe logs directly from apache into mysql. At the moment I can do this using a