Prova cosi a me funziona!
codice:
<?
$root=$_SERVER['DOCUMENT_ROOT'];
$dir= "$root\file.txt";
$testo  = file_get_contents($dir);
$br=nl2br($testo);
echo"$br";
?>