$file='news.html';
$apro=fopen($file,"w+");
fwrite($apro,'..............qua scrivo tutto')
handle = file_get_contents($file);
eregi_replace('(src=")', '(src="http://news\.local/)', $handle);
fwrite($apro,$handle);
fclose($apro);
ho provato anke cosi' ma nulla vi prego aiuto