I was trying to code the following script using while instead of for, 
but I'm havig a lot of problems...Is it possible to do what I want?

for ($count = 0; $count <= 10; $count++){
echo "Number is $count <BR>\n";
}

Could anyone tell me how is it with while instead of for??
Thank you!!

Felipe Lopes
MailBR - O e-mail do Brasil -- http://www.mailbr.com.br
Faça já o seu. É gratuito!!!

-- 
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]

Reply via email to