the array starts at 0 not 1
you should realy look at foreach instead
Pacifico wrote:
> i have this program:
>
> $sup1='a';
> $sup2='b';
> $sup3='c';
>
> for ($i=1 ; $i<4 ;$i++){
> print $sup($i);
> }
>
> but give error, why???
- problem with variables Pacifico
- Re: problem with variables David M. Lloyd
- Re: problem with variables James Fisher
- Re: problem with variables Tad McClellan
- Re: problem with variables James Fisher
- Re: problem with variables Brent Michalski
- RE: problem with variables blowther
- Re: problem with variables Sean O'Leary
- RE: problem with variables Brent Michalski
