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