Posted by Stephen Johnson on 10/21/74 11:26
On 9/12/05 12:39 PM, "Peppy" <peppy@foxedge.net> wrote:
> for ($i = 1; $i <= 6; $i++) {
>Is it possible to increment $i by 5?
for ($i = 1; $i <= 6; $i+5) {
--
Stephen Johnson
The Lone Coder
http://www.ouradoptionblog.com
*Join us on our adoption journey*
stephen@thelonecoder.com
http://www.thelonecoder.com
*Continuing the struggle against bad code*
--
Navigation:
[Reply to this message]
|