<?php$fichero = file_get_contents('fichero.txt'); echo '<textarea>';echo $fichero;echo '</textarea>';