|
Posted by Tom Peel on 01/09/06 16:14
nescio wrote:
> hello,
>
> i have an array and i want to sent it in an hidden field with other
> information in a form;
>
> when i try to look in the array, which i have sent with the hidden field ,
> with
> 'foreach' i always get an
> error mesage: Warning: Invalid argument supplied for foreach()
>
> my question is: is it possible to sent an array in an hidden field and use
> it on another page?
>
> thanks,
>
>
Maybe you could use serialize() on the array and unserialize() on the
other page.
T.
Navigation:
[Reply to this message]
|