Not on my system. :(
-----Original Message----- From: Tamara Temple [mailto:[email protected]] Sent: Friday, July 27, 2012 10:46 AM To: Brad Cc: 'tamouse mailing lists'; [email protected] Subject: Re: [PHP-DB] Re: No data? Brad <[email protected]> wrote: > Wow, this is unbeileivable. Your test script fails with the attached csv where column `a` in blank too! No, with your attached file, it works: array(2) { [0]=> string(15) "[email protected]" [1]=> string(1) "1" } array(2) { [0]=> string(15) "[email protected]" [1]=> string(1) "2" } array(2) { [0]=> string(15) "[email protected]" [1]=> string(1) "3" } array(2) { [0]=> string(15) "[email protected]" [1]=> string(1) "4" } array(2) { [0]=> string(15) "[email protected]" [1]=> string(1) "5" } array(2) { [0]=> string(15) "[email protected]" [1]=> string(1) "6" } -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
