Sending a multi-dimensional array using serialize
Posted: Fri Feb 24, 2006 2:11 am
Hey everyone,
I'm trying to send a multi-dimensional array through a hidden form field using serialize. On the first page that has the form on it, the serialized version looks fine. However, when I submit the form not all of it gets passed through or something, because when I do print_r($_POST) I get a much shorter version of the serialized array. Any suggestions?
Thanks,
Kevin
I'm trying to send a multi-dimensional array through a hidden form field using serialize. On the first page that has the form on it, the serialized version looks fine. However, when I submit the form not all of it gets passed through or something, because when I do print_r($_POST) I get a much shorter version of the serialized array. Any suggestions?
Thanks,
Kevin