Back To PHP Loops Index
'); print($b); print('
'); while($i<=10) { $c=$a+$b; print($c); print('
'); $a=$b; $b=$c; $i++; } ?>