I'm generating a dynamic list with checkboxes for each item. I want to pass the selected items to a PHP page for logic processing but I'm stuck. Since the list is dynamically generated, I don't know the names of all the checkboxe items until run-time. Any suggestions on how to pass this data?