View Single Post
  #1  
Old 01-27-2010, 02:17 PM
webdev webdev is offline
Senior Member
 
Join Date: Jun 2009
Posts: 7,868
Default Processing CSV files with PHP

Hi guys, I'm using fgetcsv() to read and process a CSV file. I get no errors, but it seems that for certain data PHP saves 2 or 3 CSV cells into a single array cell!!!! so I get line[12] for example as NULL! Any idea? could that be caused by double-quotes or long numbers?? Not sure Thanks...
__________________
Website Development
Domain Name Forum
Reply With Quote