[PHP] Using a variable in a variable or as the second part of an array?

2001-01-19 Thread April
I need to simulate this effect: $array[$i] or \$something . $i, and have it return $checkbox1 $checkbox2 etc. on up in a while loop. Just doing it doesn't seem to work, but does anyone know of any work arounds? Or just the keyword I should be looking for to search the manual? I have a form bein

Re: [PHP] Using a variable in a variable or as the second part of an array?

2001-01-20 Thread Richard Lynch
> I need to simulate this effect: $array[$i] or \$something . $i, and have it > return $checkbox1 $checkbox2 etc. on up in a while loop. > Just doing it doesn't seem to work, but does anyone know of any work > arounds? Or just the keyword I should be looking for to search the manual? You could