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_array)). However, after retrieving data from
> hidden field and unserialize I've got junk.

Just guessing: tried it w/o urlencode?


Sam

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to