utilizza http://it.php.net/file_get_contents
e poi manipola la stringa
codice:
<?
$string = file_get_contents("texto.txt");
echo "".nl2br($string)."";
?>