Thread: errors
View Single Post
  #3  
Old 24th June 2008, 21:04
klonoa2 klonoa2 is offline
Member
 
Join Date: Jun 2008
Posts: 8
Default Re: errors
i have read the readme.txt it doesn't help fix these errors

Code:
    $fp = fopen($file2,"w");
    fputs($fp, $OUTPUT);
    fclose($fp);
these are lines 130 to 132

Code:
$fh = fopen($file, "w");
fwrite($fh,$stats2);
fclose($fh);
these are lines 181 to 183
Reply With Quote