You where right. I realized this a bit after I posted. I got it going once I realized what I had forgotten.
thanks everyone for your input "Liam Gibbs" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > 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