diff --git a/insert.php b/insert.php index 4c61436..006c37c 100644 --- a/insert.php +++ b/insert.php @@ -95,6 +95,7 @@ foreach($files as $file) { $row++; } $db = null; + $count++; } echo "Inserted " . $count . " questions.";