Hy guys I am trying to add two check boxes to each form result alright… In total form has 50 results…
How can I get an array with all 3 parameters per each result on form post?
Each result html:
<div style="float: left;margin-right: 10px;">
delete: <input type="checkbox" name="parameter[]" value="delete">
approve: <input type="checkbox" name="parameter[]" value="approve">
<input type="hidden" name="parameter[userid]" value="1">
</div>