PHP - passing a variable from a repeated region?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

roders
Forum Commoner
Posts: 68
Joined: Tue Oct 20, 2009 9:29 am

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

Post 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.
Post Reply