php: корректный fgetcsv
require "FGetCSV.php"; $content=file_get_contents($f); if(($handle=fopen("php://memory","r+"))!==FALSE){ fputs($handle,$content); rewind($handle); while($data=File_FGetCSV::fgetcsv($handle,65536,";")) { print_r($data); } }
Скачать: FGetCSV
http://forum.dklab.ru/viewtopic.php?p=200945