index.php <?php $mytitle = "Мой заголовок"; $mybody = "Моя страница"; $block0 = file_get_contents('top.htm') echo $block0; ?> top.html <html><head><title> $mytitle </title></head> <body> $mybody </body></html> I apologize for the trivial, why not work? What is more correct to use in this case together file_get_contest?
$mytitleand$mybody? - Palmervan