0
25
llucycodes42
The loop will execute the code within it once for every value from 0 to the value of $i-1.
Shortcut: forend
for ($i=0; $i < ; $i++):
endfor;
0
25
llucycodes42
The loop will execute the code within it once for every value from 0 to the value of $i-1.
Shortcut: forend
for ($i=0; $i < ; $i++):
endfor;