Can somebody help me with the code. I retrieve dynamically records (shop items) from the database and the check boxes next to each item. The values of the check boxes are retrieved dynamically as well (yes/ no, depends if products exists). Then I select or deselect the check boxes (items) that I want and click the update button. The next page update the check boxes fields in the database. I suppose I have to use item ID in check box’s VALUE field and some loop through check boxes collection, right?