On Friday, May 30, 2003, at 13:37 US/Pacific, anthony wrote: [..]
I thought i have posted the same topic here, but i don't see it anywhere.
Anyhow, i have multiple checkboxes with the same name
i,e
<input = "checkbox" name="test" value ="one">
<input = "checkbox" name="test" value ="two">
<input = "checkbox" name="test" value ="three">
[..]

It is not clear to me if you want to have
multiple's come back to you - eg:

test=one&test=three

IF they selected one and three

since your 'for loop'

doesn't deal well with your test case...

you might want to think about the param() method in
an array context:

@values = $query->param('test');

that may be where you will be able to sort this out.

ciao
drieux

---


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



Reply via email to