Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27928 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44902 invoked by uid 1010); 8 Feb 2007 23:35:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 44870 invoked from network); 8 Feb 2007 23:35:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Feb 2007 23:35:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=dopry@thing.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=dopry@thing.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain thing.net does not designate 64.115.210.17 as permitted sender) X-PHP-List-Original-Sender: dopry@thing.net X-Host-Fingerprint: 64.115.210.17 mx-01.thing.net Linux 2.5 (sometimes 2.4) (4) Received: from [64.115.210.17] ([64.115.210.17:42257] helo=mx-01.thing.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/47-00136-0A3BBC54 for ; Thu, 08 Feb 2007 18:34:56 -0500 Received: (qmail 19845 invoked by uid 64020); 8 Feb 2007 23:29:33 -0000 Received: from unknown (HELO ?192.168.1.117?) (dopry@thing.net@67.102.201.162) by 0 with ESMTPA; 8 Feb 2007 23:29:33 -0000 Reply-To: dopry@thing.net To: Brian Moon Cc: internals@lists.php.net In-Reply-To: <45CBAF0C.6030906@dealnews.com> References: <1170975758.5280.16.camel@bbox> <45CBAF0C.6030906@dealnews.com> Content-Type: text/plain Organization: [THE THING] Date: Thu, 08 Feb 2007 18:34:30 -0500 Message-ID: <1170977671.5280.25.camel@bbox> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] re: _FILES From: dopry@thing.net (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 somewhere digging through bugs looking for an explanation. But by html arrays I mean specify input names as arrays, that you handle as arrays in php. html array vs. not an html array