while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) {
while (($data = fgetcsv($handle, 1000, '","')) !== FALSE) {