include($_SERVER['DOCUMENT_ROOT']."/includes/siteengine.php");
$myerror=false;
$login=false;
if ($_REQUEST["gosend_x"]!="")
{
$olddata=get_generic_all_sql($fs_db,"SELECT * FROM student WHERE passcode=".$fs_db->qstr($_REQUEST["passcode"])." AND email=".$fs_db->qstr($_REQUEST["email"])."");
if (!empty($olddata))
{
$_SESSION["sess_studentpasskey"]=$olddata[0]["passcode"];
$_SESSION["sess_studentid"]=$olddata[0]["id_student"];
$_SESSION["sess_studentemail"]=$olddata[0]["email"];
$login=true;
}else
{
$_SESSION["sess_studentpasskey"]="";
$_SESSION["sess_studentid"]="";
$_SESSION["sess_studentemail"]="";
$myerror=true;
}
}
?>
FIRST - Login
include($_SERVER['DOCUMENT_ROOT']."/includes/metas.php"); ?>
include($_SERVER['DOCUMENT_ROOT']."/includes/javas.php"); ?>
|
include($_SERVER['DOCUMENT_ROOT']."/includes/head.php"); ?> |
| |
include($_SERVER['DOCUMENT_ROOT']."/includes/subnavi-doctoral-students.php"); ?>
include($_SERVER['DOCUMENT_ROOT']."/includes/lefthand-site.php"); ?> |
 |
 |
|
 |
 |
MY PROFILE |
 |
 |
Login
Here you can edit your personal profile. In case of questions, contact Brigitte Held.
|
|
|
|
| |
if ($_SESSION["sess_studentid"]=="" || $_REQUEST["newlogin"]=="true")
{ ?>
} else { ?>
} ?>
|
|
| Imprint |
|