My doubt I think is simple.
I have a form with 150 records.
I put a checkbox, the function is to mark which of the lines of the form are valid.
this would be the checkbox code line
<td><label> <input type="checkbox" name="corren[]" value="no" ></label></td>
The problem that I have and it is fundamental is that the form receives only the data of the marked checkboxes and not that of all the records.
Because of this, the information does not help me at all.
Well, I need to know which ones are marked and which are not.
I did not find anything about this.
And if by this method can not be done, I would like to know that another method would serve
Thank you very much