Help for this page

Select Code to Download


  1. or download this
    open (DB,"logfile.log") or die("There was a problem opening the file."
    +);
    while ($entry=<DB>) {
    ...
    ENDHTML
    }
    close DB;