Hi, Remove the ; after while!!!!! With ; while will loop only this line!!!! Muhv > my code: > -------------------- > <? > $i=0; > $a=0; > $b=0; > $c=0; > while ($i < 17); > { > print "<table>"; > print "<tr><td>$i</td>"; > $a=$c+$b; > print "<td>$a</td></tr>"; > $b=$a; > $c=$b; > $i++; > } > ?> > ---------------------- > Thanks. > ----------------------------------------- Meeldetuletused kalendrist sms-lühisõnumina. Uuri järgi! http://www.hot.ee
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]