Wrox Home  
Search P2P Archive for: Go

  Return to Index  

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


Message #1 by "Datatal AB - Gauffin, Jonas" <Jonas@d...> on Wed, 25 Sep 2002 14:41:54 +0200
>
>
>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 =)
>

Ah.  I haven't needed to use a two dimensional array until now.  I'm 
trying to adapt to register_globals=off.  Things are more complicated as 
a result.  Is it really worth it to set register_globals=off?


  Return to Index