how can i detect dynamic checkbox and radiobuttons value?
Posted: Tue Nov 07, 2006 6:42 pm
$_POST['chkMember[$key]']="on"
initially i was having $chkMember[$key]="on" in my coding and it works. But it won't work for my in my web hosting server. So, i tried the above mentioned code, it doesn't work. Is there any other way to get the values of my checkbox and radio buttons? they are created upon some validation. So, i put them in an array. anyone? help!
initially i was having $chkMember[$key]="on" in my coding and it works. But it won't work for my in my web hosting server. So, i tried the above mentioned code, it doesn't work. Is there any other way to get the values of my checkbox and radio buttons? they are created upon some validation. So, i put them in an array. anyone? help!