I have a form that may have variable number of rows but has a fixed number of columns
I want to fetch these variables with dynamic variable assignment
e.g. first form has 2 rows with 2 columns
I have named the variables
$t1,$a1 for the first row
$t2,$a2 for the second row
if there would be a third row they would be named
$t3, $a3 and so on
I can also get the number of rows in a variable say $count
Now in the second form how can I fetch them dynamically ?
I want to fetch these variables with dynamic variable assignment
e.g. first form has 2 rows with 2 columns
I have named the variables
$t1,$a1 for the first row
$t2,$a2 for the second row
if there would be a third row they would be named
$t3, $a3 and so on
I can also get the number of rows in a variable say $count
Now in the second form how can I fetch them dynamically ?