#icerik
{
width:980px;
margin-left: auto;
margin-right: auto;
background-color: #D9DCED;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
height: 450px;
}



$file = fopen("dosya.txt",'r');
while(!feof($file)){
$satir = fgets($file);
echo $satir."
";
}
fclose($file);
?>



Şöyle bir kullanım gördüm işine yararmı bilemedim.