Yes you can do this.

Use something like:

use CGI;
my $q = new CGI;

my @checkboxes = $q->param('name');

@checkboxes will contain the list with the values for all the form fields
with the name "name".

Teddy,
Teddy's Center: http://teddy.fcc.ro/
Email: [EMAIL PROTECTED]

----- Original Message -----
From: "anthony" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 30, 2003 9:30 PM
Subject: checkbox


Hi,

i have a question, i have 5 checkbox with the same names, but different
values, now is it possible to get all the values that the user check, or
does each box needs to have different time, it would be a lot better for me
(programming wise) if all the box have the same name but can have different
values.
Any help is appreciate
Anthony W.



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to