Why would you have to update any code in PHP?
You can add as many checkboxes as you want and the loop will always work.Code:for ($i = 0; $i < count($_POST['chk_values']); $i++) { //do something with $_POST['chk_values'][$i] }
|
Results 1 to 11 of 11
Thread: Form elements of the same nameThreaded View
|
Click Here to Expand Forum to Full Width |