> I have a problem concerning parameters on a form that is being submitted.
> The form has a series of values where the names are like "name1" through
> "name10".
If you make them have all the same name ( no phun intended ), you can
access them as an array:
@array = param('name');
print $arra
All
I have a problem concerning parameters on a form that is being submitted.
The form has a series of values where the names are like "name1" through
"name10".
Now I am no rocket scientist, but I cannot set up a loop to capture these
parameter names. (See code snippet below.)
open(results,">>