Re: 2D array by POST

[email protected] (Liz Tuddenham) Thu, 18 May 2023 21:17:09 +0100
Newsgroups comp.lang.php
Organization Poppy Records
Message-ID <1qay330.vzvx3yi42zy0N%[email protected]>
J.O. Aho <[email protected]> wrote:

> On 5/18/23 18:04, Liz Tuddenham wrote:
> > 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?
> 
> 1. use session, store the value in the session and then use it in the
> next page directly from the session.
> 
> 2. serialize the variable and base64 encode the serialized data, post
> this in the form and then base64 decode and unserialize.

Thanks, I'll try those suggestios.

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