Re: [PHP] HELP with Multi Dimensional Array Problem

2001-03-08 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Yev) wrote: > So, it sees $name="field[text][email]", and attempts to retrieve the > value, so in essense $HTTP_GET_VARS[$name] should return > "[EMAIL PROTECTED]", but it doesn't work.. > However, if i try to access $HTTP_GET_VARS[field][text

[PHP] HELP with Multi Dimensional Array Problem

2001-03-08 Thread Yev
Hi, I've been trying to figure this out all night, and need some assistance. I have a form that takes input, and I'm trying to read the variables directly into a MultiDim array ie: http://www.email.com"> Now upon the form's submission, these variables are only accessible in $HTTP_GET_VARS (reg