2D array by POST

[email protected] (Liz Tuddenham) Thu, 18 May 2023 17:04:01 +0100
Newsgroups comp.lang.php
Organization Poppy Records
Message-ID <1qaxqzf.194a8511hkkk6aN%[email protected]>
I need to send a 2-dimensional array from one file to another by POST.
The array is $item[][] with contents that are entirelyintegers.

I have tried :
 Print "<INPUT TYPE=hidden NAME=item[] VALUE=$item>"; 
with
$item = stripslashes($_POST['item']);
but it does not work. 

 Any suggestions?

-- 
~ Liz Tuddenham ~
(Remove the ".invalid"s and add ".co.uk" to reply)
www.poppyrecords.co.uk