1) { for ($c = 0 ; $c < $num ; $c++) { $new_these->insertField($data[$c], $c); } $dump = new dump($new_these); $dump->sendThese(); } $row++; } fclose($handle); echo "CSV file imported into DB."; }