Allora nella pagina dove mi apre il file *.txt ho fatto cosi:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />......

Va bene?

X Il_Drugo come faccio a modificare il mio codice con quelo che mi hai detto?
codice:
<?php $file=(isset($_GET['txt']))?$_GET['txt']:"default";
						  $risorsa = "testo/$file.txt";
						  $string = file_get_contents($risorsa);
						  echo nl2br($string);?>
Grazie mille!