Re: incrementing in a for loop

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



this worked for me:

[CODE]
               for ($myLoop = 0; $myLoop < 100; $myLoop= $myLoop + 5)
               {
                       print "<P>my loop: $myLoop";
               }
[/CODE]

Peppy wrote:

I've searched online and am unable to find how to increment by more than one in a for loop.

for ($i = 1; $i <= 6; $i++) {

Is it possible to increment $i by 5?

Thanks.


--
D. Aaron Germ
Scarborough Library, Shepherd University
(304) 876-5423

"Well then what am I supposed to do with all my creative ideas- take a bath and wash myself with them? 'Cause that is what soap is for" (Peter, Family Guy)

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux