Jon wrote:
This script only outputs the top level. i.e.


that script has syntax errors. ...

$arFiles = array(
  array['file1'](
    array(
      ['path] => array(
        [0] => 'folder1',
        [1] => 'subfolder1'
        [2] => 'file1.ext'
    ),
    ['length'] => 5464,
    ['size'] => 8765
  ),
  array['file2'](
    array(
      ['path] => array(
        [0] => 'folder2',
        [1] => 'subfolder2'
        [2] => 'file2.ext'
    ),
    ['length'] => 5464,
    ['size'] => 8765
  ),
  array['file3'](
    array(
      ['path] => array(
        [0] => 'folder3',
        [1] => 'subfolder3'
        [2] => 'file3.ext'
    ),
    ['length'] => 5464,
    ['size'] => 8765
  )
)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to