> I get all the content of file, so everything is in array 0. I need to > somehow break up the array by the comma.
Wouldn't it be $file_contents = explode(",", $file_contents[0]);
as in you've forgotten the array element?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

