> I tried the following code but all I get back is "Array". I'm trying to > pass a huge single array.
[..] Are you using register_globals set to Off (0)? If so, is that all your code? > <input type="hidden" name="eList[]" value="$mList"> The code here, linked with what you put would result in the $eList variable being the following: $eList = array( [0] => array ( [your values] )); -- Jonathan Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- 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
