Hey,
I have about 5 checkboxes on the page in a form. When it submits I want it to combine the checks. What I mean by that is say in the 5 checkboxes the values are "test" "hi" "cool" "whats" "up" and the name for all is "input" and "whats" and "up" are selected it will send it to the cgi script as file.cgi?input=whats,up currently it sends it as file.cgi?input=whats&input=up and I need it to somehow combine these to make that. Is there any way to do this? Thanks.
I have about 5 checkboxes on the page in a form. When it submits I want it to combine the checks. What I mean by that is say in the 5 checkboxes the values are "test" "hi" "cool" "whats" "up" and the name for all is "input" and "whats" and "up" are selected it will send it to the cgi script as file.cgi?input=whats,up currently it sends it as file.cgi?input=whats&input=up and I need it to somehow combine these to make that. Is there any way to do this? Thanks.