Codice PHP:
<?php
    $file 
"giorni.txt";
    
$document file_get_contents($file);?>
     <textarea><?php echo $document;?></textarea>