On Mon, Aug 8, 2011 at 17:23, Chris Stinemetz <chrisstinem...@gmail.com> wrote:
>
> <input type="hidden" name="id" value="<?php echo '$id[]';?>">

    You should drop the quotes around the $id[] array, and also figure
out how you want to extract the element from the array.  For example:

        <?php echo $id[0]; ?>

-- 
</Daniel P. Brown>
Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting
(866-) 725-4321
http://www.parasane.net/

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

Reply via email to