Can you please give an example cause I have the same problem...
My programm contains in :
$i=1;
$j=2;
$ListBox=array(array());
echo "<SELECT NAME='$ListBox[$i][$j]'>"...
echo "$ListBox[$i][$j]";
but this doesn't work, why not?
Nil-Joe Angsioco wrote:
just consider your list box' name as an array variable in PHP when passed!