* Thus wrote Torsten Roehr ([EMAIL PROTECTED]):
> 
> Sorry, I mixed up the for and the foreach syntaxes. Here my (hopefully
> correct) loop proposal:
> 
> for ($i; $i < 5; $i++) {

for($i=0; ...)

I wouldn't suggest this method, it is making the assumption that
the indexes are numeric and sequenced from 0..5


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to