Kinda like the phpbb poll form. Where it generates x number of fields depending on how many questions you have in your poll.
My question is, how do I pass those variables from the form to the update function? I'm working from the example module and the way that is set up, I need to list all the varibles before I can use them. But I obviously cannot do that if I don't know how many variables there will be for a given record.
Here is the piece of code I'm talking about:
Code
Is there a better way I should be doing this? Any advice would be great. thanks.
edited by: rowjoe, Jul 18, 2006 - 05:33 PM
