I built a form that has a dynamic number of fields. I want to use a multi-dimensional array to capture some data, and use some of the array elements as input fields. So I populate the array with the data I need, put the input elements in the form, and _post it over to the next script. However when the second script receives the array, everything except the input fields has been lost. I also tried doing an <input type=hidden> on the array before I put in in the form, but the same thing happens.