In my code I have form fields like so:
[php]
With each row thats is added the “item[’. 1 .’][desc]” part goes up by one. How would I go about accessing these values in PHP. If it helps what I would like to do it take the quantity and code values and put it into two comma separated value lists. The rest is just dressing. [/code]