From 1fe76ba743a3418da9a0883b29756d442384d0bc Mon Sep 17 00:00:00 2001 From: Horus3 Date: Thu, 25 Sep 2014 10:33:47 +0200 Subject: init --- oldwww/account.php | 58 ------------------------------------------------------ 1 file changed, 58 deletions(-) delete mode 100644 oldwww/account.php (limited to 'oldwww/account.php') diff --git a/oldwww/account.php b/oldwww/account.php deleted file mode 100644 index 2db7e85..0000000 --- a/oldwww/account.php +++ /dev/null @@ -1,58 +0,0 @@ -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 |