PHP - apache log parser

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
myitanalyst
Forum Newbie
Posts: 24
Joined: Wed Dec 14, 2005 4:31 pm

PHP - apache log parser

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

The user comments on sscanf() may be of interest.
Post Reply