Codice PHP:
<?php
$stringa 
file_get_contents('http://blablabla/pagina.html');
$stringa str_replace("<title>vecchio titolo</title>""<title>nuovo titolo</title>"$stringa);
?>