Re: [PHP] if $index=1 how can I create a variable named $column_1 by appending $index behind $columnname

2001-05-09 Thread Paul Kozlenko
Strike that...I didn't read the question properly Paul Kozlenko "Paul Kozlenko" <[EMAIL PROTECTED]> wrote in message 9dd14a$gka$[EMAIL PROTECTED]">news:9dd14a$gka$[EMAIL PROTECTED]... > How about; > > list($column1, $column2, $column3) = array("wheat2&q

Re: [PHP] if $index=1 how can I create a variable named $column_1 by appending $index behind $columnname

2001-05-09 Thread Paul Kozlenko
How about; list($column1, $column2, $column3) = array("wheat2", "rye2", "pumpernickel2"); Not totaly flexible as below. But it satisfies the question. Needs php4. Paul Kozlenko "Jay Lepore" <[EMAIL PROTECTED]> wrote in message 9dcp7h$tjr$[EMAI