forse vuoi includere comandi.php e visualizzare $valore2 che sta in comandi php in un <h1>?

Codice PHP:
<?php
require('comandi.php');
ehco "<h1>".$valore2."</h1>";
?>