14
1.218
<?php include 'haberler.txt'; ?>
$myArray = file("data.txt"); $asdd = array_slice($myArray,0); for($i =0;$i<10;$i++) { echo $asdd; }