From 12734da8826299ffd24c0a15f6dbf205892d7221 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 14 Apr 2014 08:35:13 +0200 Subject: Pushed to v3 --- www/account.php | 57 ++------------------------------------------------------- 1 file changed, 2 insertions(+), 55 deletions(-) (limited to 'www/account.php') diff --git a/www/account.php b/www/account.php index 2db7e85..0b1543d 100644 --- a/www/account.php +++ b/www/account.php @@ -1,58 +1,5 @@ -query("SELECT email FROM user where name='$safe_username';"); - while($email_array = $email_db->fetchArray(SQLITE3_NUM)){ - foreach($email_array as $thirdelement){ - $email=$thirdelement; - } - } - - /*Anzahl der hochgeladenen Dateien.*/ - $count_db = $db_check->query("SELECT count(*) as count FROM file where fk=(SELECT id from user where name='$safe_username');"); - $count_array = $count_db->fetchArray(); - $count = $count_array["count"]; - - -//echo "$username Test $email"; -echo " -
JUNGE GEMEINDE ADLERSHOF
-Name: | $username |
E-Mail: | |
Stored files: | $count |