From 9985eeed2ad7517688f379f576429415fdebd9d1 Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Fri, 30 Dec 2016 23:17:49 +1300 Subject: [PATCH] Fixed count --- insert.php | 1 + 1 file changed, 1 insertion(+) 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.";