Removing code from files in batch using php
Posted: Tue May 12, 2009 9:35 am
Is there a way to remove a portion of code (always the same lines of code)
from mutliple files at once using php?
So it loops through different pages on the ftp, opens it, looks for the code, replaces it with a blank, save and close.
Or is there a better method to do this?
Thanks in advance phpdev'ers
from mutliple files at once using php?
So it loops through different pages on the ftp, opens it, looks for the code, replaces it with a blank, save and close.
Or is there a better method to do this?
Thanks in advance phpdev'ers