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]
- [PHP] Array question Chris
- Re: [PHP] Array question Christian Reiniger
- Re: [PHP] Array question Chris
- [PHP] array question Jeff
- Re: [PHP] array question Christian Reiniger
- [PHP] Array question Mike Tuller
- Re: [PHP] Array question Matthias Roggendorf
- Re: [PHP] Array question David Robley
- [PHP] array question James W Greene
- [PHP] Re: array question Philip Olson
- Re: [PHP] Re: array question Ryan Fischer
- RE: [PHP] array question Taylor, Stewart
- [PHP] Array Question dhardison
- Re: [PHP] Array Question Philip Olson
- [PHP] Array question Scott
- Re: [PHP] Array question Gerard Samuel
- [PHP] Array Question John Fishworld