I tried the following code but all I get back is "Array".  I'm trying to pass 
a huge single array.

<?
if( isset( $submit ) )
{
        echo "array list:<br>";
        print_r( $eList );
        $submit = "";
}
else
{
        $mList = array();
        $mList[0] = "1. hello";
        $mList[1] = "2. there";
        $mList[2] = "3. How are you";
        
$fShow = <<<EOD
<p>Press Submit Button to test</p>
<form method="POST" action="$PHP_SELF" name="Test Array">
  <p><input type="submit" value="Submit" name="submit">
  <input type="reset" value="Reset" name="B2"></p>
  <input type="hidden" name="eList[]" value="$mList">
  </form>
EOD;

echo $fShow;
}
?>

-------------------------------------------------
This mail sent through ISOT.  To find out more 
about ISOT, visit http://isot.com


-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to