I am working on a page that will when called edit files in a specified directory (my logs dir) and edit them, and either replace them or copy to a new folder.
the files are all .log files and contain javascript (which is what I want to remove)
can I call the files in? or will they have to be manually inputed?
i.e. $file1=file1.log
or
$file
which changes after the file is completed.
also the javascripts have random text, is there a way to wildcard it?
<script LANGUAGE="Javascript"> if (parent.frames[2].ignore.indexOf("|WILDCARD|") == -1) {document.write('
TIA