Whups, forgot a blasted semicolon...
$count = 1;
while($count < 10)
{
echo "Number is $count <BR>\n";
$count++;
}
Cheers,
Andrew
On 2/24/01 12:20 AM, "Andrew Hill" <[EMAIL PROTECTED]> wrote:
> $count = 1;
>
> while($count < 10)
> {
> echo "Number is $count <BR>\n";
> $count++
> }
--
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]
- [PHP] Using while as for... Felipe Lopes
- RE: [PHP] Using while as for... ..s.c.o.t.t..
- Re: [PHP] Using while as for... Andrew Hill
- RE: [PHP] Using while as for... Andrew Hill
- RE: [PHP] Using while as for... PHPBeginner.com
- Re: [PHP] Using while as for... Steve Edberg

