8168) { $facts = array_unique($facts); $facts = array_reverse($facts); $facts = array_slice($facts,0,4901,true); $facts = array_reverse($facts); $towrite = implode("", $facts); $temp = fopen($fFile,"w"); file_put_contents($fFile,$towrite); fclose($temp); } ?>