summaryrefslogtreecommitdiff
path: root/www-ssl/admin/user.php
diff options
context:
space:
mode:
authorAngelo Cuccato <cuccato@web.de>2010-11-08 23:38:31 +0100
committerAngelo Cuccato <cuccato@web.de>2010-11-08 23:38:31 +0100
commit0059fd16dd903abc5417e3f4c8c6a9c1fdb3ab26 (patch)
tree9a0665d2ca5db41678f2624f8ea108a1141bd2ce /www-ssl/admin/user.php
parent4cd60813539039dbedff97f4359a5094b0286dd8 (diff)
add Statistics
Diffstat (limited to 'www-ssl/admin/user.php')
-rwxr-xr-xwww-ssl/admin/user.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/www-ssl/admin/user.php b/www-ssl/admin/user.php
index 1b99ec4b..a792f864 100755
--- a/www-ssl/admin/user.php
+++ b/www-ssl/admin/user.php
@@ -101,6 +101,15 @@ if (!IsSet($_GET["enterUID"]))
"<td>$Gekommen</td><td>$Active</td><td>$Tshirt</td><td></td></tr>\n";
echo "\t</table>\n";
// Ende Userliste
+
+ echo "<h1>Statistics</h1>";
+ funktion_db_element_list_2row( "Hometown",
+ "SELECT COUNT(`Hometown`), `Hometown` FROM `User` GROUP BY `Hometown`");
+
+ echo "<br>\n";
+
+ funktion_db_element_list_2row( "Engeltypen",
+ "SELECT COUNT(`Art`), `Art` FROM `User` GROUP BY `Art`");
}
else
{