Sí, es perféctamente posible. Ese script funcionaria si el codigo de "página.php" (yo no le pondria acento
![sonriente](http://static.forosdelweb.com/fdwtheme/images/smilies/smile.png)
) fuera algo así:
Código PHP:
<?php
echo "TITULO DE MI WEB";
?>
Pero también podrias hacerlo así:
Código PHP:
<title>
<?php
echo $titulo;
?>
</title>