Add it to the session.
Sessions can handle arrays with no problems.

Sincerely,

Maxim Maletsky
Founder, Chief Developer

www.PHPBeginner.com   // where PHP Begins




-----Original Message-----
From: Matt Williams [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 22, 2002 11:47 AM
To: Boaz Yahav; PHP General (E-mail)
Subject: Re: [PHP] Passing Arrays


On Monday 22 April 2002 11:40 am, Boaz Yahav wrote:
> Suppose i have a multiple select posted to a script by a form. now i 
> have to send this array again with a new form to a new script.
>  
> How do i do this?
>  
> thanks
>  
> berber


Hi Berber

you could serialize the array into a hidden field on the next form.

matt

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



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

Reply via email to