In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] says...
> Is it possible to pass an array in a form post? If so, how do I reference
> the array on the next page?
> 
> Thank You
> Paul
> php

I believe you may need serialize/unserialize here. Use serialize($array) 
to create a simple variable that can be passed, then at the other end, use 
unserialize to restore it.

http://www.php.net/serialize for more info

-- 
David Robley
Temporary Kiwi!

Quod subigo farinam

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

Reply via email to