Re: [PHP] filling an array(2)

2002-07-26 Thread Chris Earle
L PROTECTED]... > Ok. That makes since. > > Thanks > Steve > > At 04:20 PM 7/26/2002 -0500, you wrote: > >var names can only be letters, numbers, and underscores. > > > >Jim Grill > >Support > >Web-1 Hosting > >http://www.web-1hosting.net >

Re: [PHP] filling an array(2)

2002-07-26 Thread Steve Buehler
[EMAIL PROTECTED]> >To: "PHP" <[EMAIL PROTECTED]> >Sent: Friday, July 26, 2002 3:53 PM >Subject: [PHP] filling an array(2) > > > > h. Ok. Can somebody explain this one? Why won't it work correctly? > > > > for($m=1;$m<=5;$m++){ > >

[PHP] filling an array(2)

2002-07-26 Thread Steve Buehler
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 me