nejcPirc has asked for the wisdom of the Perl Monks concerning the following question:
How can i put these(checked) values in an array or something and how<form action="responsetest.cgi" method="post"> A<input type="checkbox" name="ch1" value="a"><br> B<input type="checkbox" name="ch1" value="b"><br> C<input type="checkbox" name="ch1" value="c"><br> D<input type="checkbox" name="ch1" value="d"><br> <input type="submit" value="send"> </form>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: sending values from checkboxes to another script
by Happy-the-monk (Canon) on Oct 11, 2004 at 12:29 UTC | |
by nejcPirc (Acolyte) on Oct 11, 2004 at 12:36 UTC | |
|
Re: sending values from checkboxes to another script
by mpolo (Chaplain) on Oct 11, 2004 at 12:45 UTC | |
by nejcPirc (Acolyte) on Oct 12, 2004 at 07:10 UTC | |
|
Re: sending values from checkboxes to another script
by kutsu (Priest) on Oct 11, 2004 at 13:45 UTC |