Thank you, but how, though? Most of my day was spent on google, learning fopen, fwrite, and fgets examples... but none showed how to concurrently do php processing looping line by line, and then writing.
I know you're the experts on this forum are not too 'big' on providing the code (i.e. "teaching a man to fish"), but in this one instance, would you mind showing me how to loop through.
I can do this part:
if(stristr($line,'car)) { $line = $line." Good Quality!"; }
But, I'm thinking even that is wrong, because of the reading/appending.
Anyway, I would greatly appreciate it if you would throw me a couple lines of code :-)