ciao prova così

$new=array("$nuovalinea");

$newshandle = file("newslist.php");

foreach ($newshandle as $line){$new[]=$line;}

unlink("newslist.php");

$rewrite=fopen("newslist.php","w+");

foreach ($new as $w_line){fwrite ($rewrite,$w_line);}

fclose($rewrite);

non l'ho testato ma dovrebbe funzionare...

sappimi dire!!