Quote:
Originally Posted by cbk1994
'i' should be declared at least once; something like this:
PHP Code:
for ( temp.i : foo )
{
echo( i );
}
is perfectly acceptable.
|
I've encountered several occasions where declaring the variable only once, and then reading it without a temp. header, simply do not work. It's a lazy way to do things, you should always be arsed to type out the whole thing.