I have this code:
Code:
<?php $myfile = "$xxx.txt"; $work = fopen ($myfile, "r"); $hits = fread ($work, filesize($myfile)); fclose ($work); echo "xxxx: <b>$hits</b>";?>); $filenameb = "stats.php"; $fdb = fopen ($filenameb, "a"); fwrite ($fdb,$contentsb);