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
>----- Original Message -----
>From: "Steve Buehler" <[EMAIL PROTECTED]>
>To: "PHP" <[EMAIL PROTECTED]>
>Sent: Friday, July 26, 2002 3:53 PM
>Subject: [PHP] filling an array(2)
>
>
> > hmmmm.  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
> > messing it up?  I have tried escaping them "row\-\>sub", but that didn't
>work.
> > What would I search for on the PHP site or where are directions located
> > that tells me how to use this type of putting a variable together.  It
> > makes it hard to search for it if I don't know what it is called.
> >
> > Thanks
> > Steve
> >
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
> > ow3
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> >
>
>
>
>--
>This message has been scanned for viruses and
>dangerous content by MailScanner, and is
>believed to be clean.
>ow3



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
ow3


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to