Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: SV: Re: SV: Re: SV: SV: $_POST and Arrays


Message #1 by "Datatal AB - Gauffin, Jonas" <Jonas@d...> on Wed, 25 Sep 2002 14:57:16 +0200
Yes, it is worth it.
It aint so much more complicated once you get used to the idea.

$myvar["name"] =3D $_POST["myvar"]["name"] and so on...

Just mail back if you got any more problems..

> -----Ursprungligt meddelande-----
> Fr=E5n: Paul [mailto:paul@d...]
> Skickat: den 25 september 2002 14:54
> Till: professional php
> =C4mne: [pro_php] Re: SV: Re: SV: SV: $_POST and Arrays
>
>
> >
> >
> >About arrays. What you get is a two-dimensional array since
> $_POST is
> >an array from the start. And that's the correct way to handle
> >two-dimensional arrays =3D)
> >
>
> Ah.  I haven't needed to use a two dimensional array until now.  I'm
> trying to adapt to register_globals=3Doff.  Things are more
> complicated as
> a result.  Is it really worth it to set register_globals=3Doff?
>
>
>
>

  Return to Index