Page 1 of 1

PHP - apache log parser

Posted: Sun Apr 30, 2006 2:25 am
by myitanalyst
Hello folks,

Does anyone know where I can locate a good apache log parser written in php?

I just need the core code that can handle the parsing and then I can store to a database and run some statistics.

Thanks

Posted: Sun Apr 30, 2006 8:09 am
by feyd
The user comments on sscanf() may be of interest.