im trying to figure out if there is a way to increment by more than one in a for loop.
standard iteration is
what i am trying to do is increment through the numbers by a value of 10.
standard iteration is
| Code: |
|
for($i = 0; $i < x; $i++) { code goes here } |
what i am trying to do is increment through the numbers by a value of 10.
