Re: [PHP] Re: Passing Serialized Array via Hidden field

2003-07-21 Thread aka MacGuru
On Monday, Jul 21, 2003, at 10:38 Europe/Helsinki, Sam Baum wrote: am Monday 21 July 2003 09:24 schrieb Andrei Verovski: I am need to pass serialized assotiative array via form hidden field (not GET or POST). What does this mean? If you dont use GET or POST your form cant be submitted. I am need

[PHP] Re: Passing Serialized Array via Hidden field

2003-07-21 Thread Sam Baum
am Monday 21 July 2003 09:24 schrieb Andrei Verovski: > I am need to pass serialized assotiative array via form hidden field > (not GET or POST). What does this mean? If you dont use GET or POST your form cant be submitted. > In order to do it, I did the following: > urlencode(serialize($my_arr