Page 1 of 1

Sending a multi-dimensional array using serialize

Posted: Fri Feb 24, 2006 2:11 am
by kevin7654
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

Posted: Fri Feb 24, 2006 3:07 am
by feyd
use sessions.