Konu
toplama hatası
08-08-2014, 03:38:17
#2
GlobalYazilim
Üyeliği durduruldu
$i = "-2.0"; while ($i<=2.1){ echo round($i,2)."<br />"; $i = $i+0.1; }