From ffe5fc7b12fbb9c13fb1477ae97417fac3f643ca Mon Sep 17 00:00:00 2001 From: Horus3 Date: Fri, 28 Feb 2014 12:22:45 +0100 Subject: . --- www/select.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www') 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)){ -- cgit v1.2.3