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
<input name='files[file1]' type='file'> 

vs.

not an html array
<input name='file' type='file'>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to