<? $title = 'page.php'; ?> <html> <title><?php echo $title; ?></title> <body> <?php include('page.php'); ?> </body> </html>