[PHP] Re: filling an array(2)

2002-07-29 Thread Steve Buehler
That did the trick. Thank you SO MUCH. Steve At 03:48 AM 7/29/2002 -0500, Richard Lynch wrote: > >h. Ok. Can somebody explain this one? Why won't it work correctly? > > > >for($m=1;$m<=5;$m++){ > > $div_idd[$m]=${'row->sub' . $m . 'd'}; > >} > > > >Can it not be done with a 3 parter? Th

[PHP] Re: filling an array(2)

2002-07-29 Thread Richard Lynch
>h. Ok. Can somebody explain this one? Why won't it work correctly? > >for($m=1;$m<=5;$m++){ > $div_idd[$m]=${'row->sub' . $m . 'd'}; >} > >Can it not be done with a 3 parter? The columns in the table that $row >gets, are sub1d, sub2d, sub3d, sub4d and sub5d. Or is it the "->" that is >