summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorus32014-02-28 12:22:45 +0100
committerHorus32014-02-28 12:22:45 +0100
commitffe5fc7b12fbb9c13fb1477ae97417fac3f643ca (patch)
treefb347fe1abaab00f2d4c799863f746ee5d94989b
parente1ef7734cb744ec102a46913c67066590a6e408e (diff)
downloadfiles.iamfabulous.de-ffe5fc7b12fbb9c13fb1477ae97417fac3f643ca.tar.gz
.
-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)){