10052006 1519 GMT-6

I think I created this array incorrectly. I scaned some files and placed
the file name in an array. 
$files[] = $filename;

Then I put some data from each file in the array as well.
$files[$filename] = $data;

I cycled through my list of file names and used those as the secondary
array. 
Problem is, Im a bit confused about how to get this all out. 

Im writing this to a file.
    foreach($files as $f){
        ???
    }

How do I run through the second array?

wade

Array

(
    [0] => 11092005
    [1] => 11052005

[11092005] => Array
        (
            [0] => : I
            [1] => : N
            [2] => : P
            [3] => : Y
            [4] => : E
            [5] => : A 
        )

    [11032005] => Array
        (
            [0] =>  T
            [1] => C
            [2] => R
            [3] => A
            [4] => V 
            [5] =>  I
        )


[Non-text portions of this message have been removed]



Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/php-list/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to