diff options
| author | Horus3 | 2014-02-28 12:22:45 +0100 |
|---|---|---|
| committer | Horus3 | 2014-02-28 12:22:45 +0100 |
| commit | ffe5fc7b12fbb9c13fb1477ae97417fac3f643ca (patch) | |
| tree | fb347fe1abaab00f2d4c799863f746ee5d94989b /www | |
| parent | e1ef7734cb744ec102a46913c67066590a6e408e (diff) | |
| download | files.iamfabulous.de-ffe5fc7b12fbb9c13fb1477ae97417fac3f643ca.tar.gz | |
.
Diffstat (limited to 'www')
| -rw-r--r-- | www/select.php | 4 |
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)){ |
