View Single Post
Old 09-10-2002, 02:34 PM   #2 (permalink)
sdeming
Code Monkey
 
Join Date: Jul 2002
Location: Michigan
Posts: 85
sdeming is on a distinguished road
I believe that the above code is setting the first element of questionArray to the array $ob->questionArray.

I'm pretty sure you have to set each element specifically:
Code:
<input type=hidden name=questionArray[0] value=$ob->questionArray[0]>
<input type=hidden name=questionArray[1] value=$ob->questionArray[1]>
etc. You could pretty easily build a foreach loop that did this for you.
__________________
Scott
B4 09 BA 09 01 CD 21 CD 20 53 63 6F 74 74 24
sdeming is offline   Reply With Quote