J
Juhani Elbanvetäjä
Hey,
I've been wondering for a while if it is possible to have dynamic form
names..
To make it clear, I've used common parse_form subroutines and then read form
querys:
$form_input = "$FORM{'form_name'}";
Now, when I have manymany checkboxes in my form I need to write every
form_name manually because the code above doesn't quite accept variables as
follows:
$form_input = "$FORM{$form_name}";
no matter whether I use " '' " or not.
I would appreciate a solution for this problem. At the moment I'd like to
think that it lies in the parse_form subroutine...?
I've been wondering for a while if it is possible to have dynamic form
names..
To make it clear, I've used common parse_form subroutines and then read form
querys:
$form_input = "$FORM{'form_name'}";
Now, when I have manymany checkboxes in my form I need to write every
form_name manually because the code above doesn't quite accept variables as
follows:
$form_input = "$FORM{$form_name}";
no matter whether I use " '' " or not.
I would appreciate a solution for this problem. At the moment I'd like to
think that it lies in the parse_form subroutine...?