summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/select.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/select.php b/www/select.php
index ac275df..f0cd143 100644
--- a/www/select.php
+++ b/www/select.php
@@ -12,7 +12,9 @@ while($result[$count] = $result_db->fetchArray(SQLITE3_NUM)){
$count++;
}
-echo count($result);
+for($i=0;$i<$count;$i++){
+ echo count($result);
+}
/*
while($result[$count]=$result_db->fetchArray(SQLITE3_NUM)){