Anybody knows how to read IIS log files using PHP?
Thanks
Try the fopen() using the complete path to the logs, e.g. fopen("C:\web\arnold\logs.txt", "R");
fopen("C:\web\arnold\logs.txt", "R");