Konu
txt'te veri
25-02-2010, 15:13:32
#2
Tontonq
<?
$dosya="dosya.txt";
$x=file_get_contents($dosya);
$b=explode("
",$x);
shuffle($b);
echo $b[0];
?>