Hi,
I have a page, with multiple radio buttons on. The number of buttons will sometimes vary, between 12, and 24. Is there a way I can just pass all radiobutton values to a script when I press submit, rather than doing..
if ($submit) {
function($radiobutton1,$radiobutton2,$radiobutton3,$radiobutton4,$radiobutton5,$radiobutton6,$radiobutton7,$radiobutton8,$radiobutton...);
}
Can I not just pass ALL radiobuttons at once?
Cheers
Ben