I have a form with a 6*16 input table (double indexed array). The values are
preset, but can be changed by the user. If I have understood it correctly,
GET cannot handle arrays, only scalar values. But if I can generate new
variable names in run time, I could use something like $arr5x13 instead of
$arr[5][13].
Is that possible? How?