Ich habs nun ganz oben hingeklatscht. nun kommt wieder permanent "Kein Zugriff"...
PHP
<?session_start(); if($_SESSION['login']!=2) die ("Kein Zugriff"); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="author" content="">
<title>Admincenter</title>
</head>
<body>
<form action="" method="POST">
<table>
<tr>
<td><i>Datenbank wählen!</i></td>
</tr>
<tr>
<td><b>Datenbank:</b></td>
<td><input type="text" name="dbtext"></td>
</tr>
<tr>
<td><b></b></td>
<td><input type="submit" name="dbwählen" value="Datenbank wählen"></td>
</tr>
</table>
</form>
</body>
</html>
Alles anzeigen