<?php
$a = array("a","b","c");


for ($c=0 ; $c < count($a) ; ++$c);{
echo("$a[$c] <BR>\n");
}
?>

I suppose it should be display
~~~~~~~~~~~~~~~~~~
a
b
c
~~~~~~~~~~~~~~~~~~

but it doesn't work, pls help.
the emtpy page was displayed.



-- 
PHP Windows 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