arg187 Posted June 26, 2007 Share Posted June 26, 2007 Is there any way of reading the Windows event logs via PHP without having to export them to flat files etc. ??? Quote Link to comment Share on other sites More sharing options...
trq Posted June 26, 2007 Share Posted June 26, 2007 Sorry, I'm not a windows user, but wouldn't hese event logs be just that.... text files? Where are they stored and what do they look like? Quote Link to comment Share on other sites More sharing options...
TreeNode Posted June 26, 2007 Share Posted June 26, 2007 I'm guessing you mean IIS log files, which are in most cases flat files to begin with. You can find some good comma/tab delimiter classes around for PHP. Also, some logs can be stored directly to an SQL database so that'll just take querying that database. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.