For Döngüsüyle Çalışan PHP Kodu Olacak
S SĦARK Lord Of The Game Katılım 21 Nis 2006 Mesajlar 9,068 Reaction score 0 Puanları 0 19 Kas 2008 #1 For Döngüsüyle Çalışan PHP Kodu Olacak
Silverday Altın Üye Katılım 3 May 2006 Mesajlar 3,551 Reaction score 0 Puanları 0 Konum sakarya 19 Kas 2008 #2 buyrun.. PHP: <?php // silverday @ hackhell - 17:50 19.11.2008 $sonuc = 1; for($i = 2; $i <= 50; $i++) { $sonuc += (1 / $i); } print round($sonuc, 6); ?>
buyrun.. PHP: <?php // silverday @ hackhell - 17:50 19.11.2008 $sonuc = 1; for($i = 2; $i <= 50; $i++) { $sonuc += (1 / $i); } print round($sonuc, 6); ?>
S SĦARK Lord Of The Game Katılım 21 Nis 2006 Mesajlar 9,068 Reaction score 0 Puanları 0 19 Kas 2008 #3 Eyw Sağolasın Silverday