Beispiel #1
0
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" id='profil'>
<div id="wrapper">
	<?php 
# Wrapper start
?>
	<head>
<?php 
#Inclusions:
include '../includes/usermanager.class.php';
# Usermanager öffnen
$usermanager = new usermanager();
$usermanager->header();
$usermanager->logged_in("redirect", "index.php");
$benutzername = $_SESSION['username'];
$usermanager->userHasRightPruefung("7");
## Suchfunktion
$allgemein = new functions();
if (isset($_GET['table'])) {
    $suche = $_SESSION['username'];
    $table = isset($_GET['table']) ? $_GET['table'] : '';
    $spalte = isset($_GET['spalte']) ? $_GET['spalte'] : '';
    $link = "?";
    echo $allgemein->suche($suche, $table, $spalte, $link);
}
?>

<title><?php 
echo $benutzername . "'s Profil";
?>
</title>