in reply to Re: Help me not use codefor($i=0;$i=$#array;$i++)/code...Please!
in thread Help me not use for($i=0;$i=$#array;$i++)...Please!

If you need to splice in a loop there is an easy solution, just count down to zero rather than counting up in the normal way.

-- iakobski

  • Comment on Re: Re: Help me not use codefor($i=0;$i=$#array;$i++)/code...Please!