<?php $failas = "a.txt"; $eil = filesize($failas); if ($info = file($failas)) { for ($i = 0; $i < $eil; $i++) { print($info[$i]. '<br />'); } } ?>