Konu
txt içindeki son 10 satırı yansıtma
01-10-2007, 23:19:28
#11
hengame
direk böle yaptım olmadı bendemi soru var anlamadım
Alıntı
<?php
$myArray = file("data.txt");
$asdd = array_slice($myArray,0);
for($i =0;$i<10;$i++) {
echo $asdd;
}
?>