hi all i can somone help me write a simple php script that will read a txt file called output.txt
this is what output.txt will look like
Total messages: 146
Messages with local recipients: 0
Messages with remote recipients: 146
Messages with bounces: 0
Messages in preprocess: 0
check the Total messages line and if the number is greater than 100 then output another text file with the word "overloaded" if its less the 100 then output to the same text file with the word "normal"
so in the case about it will output to a file called result.txt with the word overloaded
cheers aron