Hi,
I wrote some code and I do not understand the result I get:

while ($data = fgetcsv ($fp, 1000, ",")) $line[$j++] = $data;

When I ouput $line[0][0] I get Array[0] instead of the real value.

Why is that?

Thanks for your help,

Matthias



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to