Page 2 of 2

Re: PHP - passing a variable from a repeated region?

Posted: Thu Apr 01, 2010 3:35 am
by roders
checklist
1. name of the checkbox is set to notes_closed[]
2. value in checkbox is set as such value="<?php echo $row_rsForemanNotes['equ_hr_id']; ?>"
I've tested an its working on mine. What this problem states is that the array is empty no value is present.
So check the above and make sure they are set correctly.