Tekil Mesaj gösterimi
  #4 (permalink)   iTrader 
Alt 2007-08-19, 21:42
Angelo - ait Kullanıcı Resmi (Avatar)
Angelo Angelo isimli üye çevrimiçidir (Online)
Moderator
 
Üyelik tarihi: Dec 2004
Nerden: Phoenix,AZ
Mesajlar: 4.339
Tecrübe Puanı: 8
iTrader: %100/4
Angelo is just really niceAngelo is just really niceAngelo is just really niceAngelo is just really nice
Standart

PHP- Kodu:
// al text
$text file_get_contents('makale.txt');

// böl text
$elements explode(' ',$text);

// kac
$c count($elements) - 1;

// sayac
$i 1;

  
// dondur 
  
for ($k=0$k<=$c$k++) {
  
     if (
$i == "53") {
     echo 
"<br><br>";
     
$i 1;
     }

  echo 
$elements[$k]." ";

  
$i++;
  } 
__________________
peace love union respect
Alıntı ile Cevapla