PHP-Code:
<?php
include 'sessionhelpers.inc.php';
?>
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//DE">
<head>
<title>[url]www.schluppland.de[/url]</title>
</head>
<body>
<?php
if (!logged_in())
echo '<form method="post" action="login.php">
<label>Benutzername:</label><input name="username" type="text"><br>
<label>Passwort: </label><input name="userpass" type="password" id="userpass"><br>
<input name="login" type="submit" id="login" value="Einloggen">
</form>'
?>
</body>
</html>
gut das das forum auch für anfnger ist
jedenfalls geht das so wie oben nicht, es wird im mozilla das ?> mit angezeigt (als tet hinter dem button) und im ie garnix
Kommentar