From 3256717165436e4e90bc5ca764babf1bd8d97f0a Mon Sep 17 00:00:00 2001 From: root Date: Wed, 24 Sep 2014 18:55:57 +0200 Subject: improvemend --- bootstrap/functions.php | 214 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 214 insertions(+) (limited to 'bootstrap/functions.php') diff --git a/bootstrap/functions.php b/bootstrap/functions.php index 8c998fc..60408a2 100644 --- a/bootstrap/functions.php +++ b/bootstrap/functions.php @@ -22,3 +22,217 @@ function failure($reason, $httpcode, $ajax = true, $heading = NULL){ # exit the script here exit; } + +function print_login(){ +if(isset($_GET["goto"]) && $_GET["goto"] != "") + $goto = $_GET["goto"]; +else + $goto = "index"; +?> +
+ + +# |
+ Name |
+ Adresse |
+ Telefon |
+ Handynummer |
+ Geburtstag |
+ ändern |
+ |
|---|---|---|---|---|---|---|---|
| $count | +".htmlentities($row['name'])." | +".htmlentities($row['adresse'])." | +".htmlentities($row['telefonnummer'])." | +".htmlentities($row['handynummer'])." | +".htmlentities($row['email'])." | +".htmlentities($row['geburtstag'])." | ++ |
| ".$count." | ".$row[1]." | + ".$row[2]." | ".$row[3]." | ".$row[4]." | ".$row[5]." | ".$row[6]." | |