I'm trying to pass an array of values. Then retrieve it on the next
page.

-----Original Message-----
From: Brian V Bonini [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 13, 2004 9:58 AM
To: Andy Lewis
Cc: PHP Lists
Subject: Re: [PHP] multipart/form-data and Array POST


On Sat, 2004-03-13 at 10:40, Andy Lewis wrote:
>  
> <form action="<?=$PHP_SELF?>" method="POST" name="sendit" 
> enctype="multipart/form-data"> <input name="<?= $upload_file_name; ?>"

> type="file" size="60"> <input type="submit" value="Upload">
> <?
> echo "<input type=\"hidden" name=\"my_array\" value=\"" .
> base64_encode(serialize($my_array)) . "\">";
> ?>
> </form>
>  

What value are you trying to get from or place in "value" for the hidden
field?

-- 
Brian V Bonini <[EMAIL PROTECTED]>

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

Reply via email to