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