roccothegreat
Programmer
I have been trying to pass an array from one page to another. However, I only recieve the value of the last item. I cannot access the rest of the values. I perform this by passing an HTML input="hidden" object and have the value = <? echo "$myarray" ?>. Do I need to have the brackets when passing the array (i.e. $myarray[])?
I appreciate all who can help!
I appreciate all who can help!