Thread
:
Scripting questions
View Single Post
#
6
08-09-2010, 10:43 AM
Jiroxys7
Hazard to Graal
Join Date: Apr 2009
Posts: 343
so
PHP Code:
for (
temp
.
i
=
0
;
i
<
10
;
i
++) {
echo(
i
);
}
and
PHP Code:
for (
temp
.
number
: array) {
echo(
number
);
}
pretty much do the same thing and are just personal preference?
__________________
MY POSTS ARE PRONE TO EDITS!
Jiroxys7
View Public Profile
View GraalOnline Profile
Find all posts by Jiroxys7