Re: [PHP-DEV] re: _FILES

2007-02-10 Thread Richard Lynch
On Thu, February 8, 2007 5:15 pm, Brian Moon wrote: > Darrel O'Pry wrote: >> I was wondering if anyone could point me to a resource explaining >> why >> the _FILES array is structured as it is with html arrays. > > What is an html array? I believe he means HTTP array such as $_GET $_POST $_REQUEST

Re: [PHP-DEV] re: _FILES

2007-02-08 Thread Vlad Bosinceanu
generates $_GET['foo'][0..n] generates $_FILES['foo']['tmp_name/name/etc'][0..n] I think this could pretty much be considered an inconsistence but changing wouldn't possible due to the BC demon awakening and wreaking havoc upon doing so. V Darrel O'Pry wrote: On Thu, 2007-02-08 at 17:15

Re: [PHP-DEV] re: _FILES

2007-02-08 Thread Darrel O'Pry
On Thu, 2007-02-08 at 17:15 -0600, Brian Moon wrote: > Darrel O'Pry wrote: > > I was wondering if anyone could point me to a resource explaining why > > the _FILES array is structured as it is with html arrays. > > What is an html array? Maybe that is not the correct diction. I picked it up somew

Re: [PHP-DEV] re: _FILES

2007-02-08 Thread Brian Moon
Darrel O'Pry wrote: I was wondering if anyone could point me to a resource explaining why the _FILES array is structured as it is with html arrays. What is an html array? -- Brian Moon - http://dealnews.com/ It's good to be cheap =) -- PHP Internals - PHP Runtime Development Mail