Hello,
I have a flash and php application that runs in the (yuck - sorry) windows environment. I log various changes in state to a text file - this creates a significant amount of logs. I'd like to code a simple php script that runs with the windows "AT" command that renames the log file with the date appended and creates a new log - basic log rotation. While this is pretty easy I don't want to reinvent the wheel - does anyone know where a simple log rotate php script may live? If not, I'll have to write one anyway - let me know if you need one -
Sean