şunuda denermisin:

<?php

$myArray = file("data.txt");
$asdd = array_slice($myArray,0);
foreach($asdd as $key=>$value) {
echo $value;
}