Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>audio</title>
</head>
<body
style="background-image: url(ganz.jpg); background-repeat: no-repeat;">
<br>
<?php // registrierung.php
if($_POST['submit'] == 1) {
$line = $_POST['user'] ."\t". md5($_POST['password'])."\n";
$handle = fopen('db.txt', "a");
fwrite($handle, $line)or die('Fehler beim Schreiben');
fclose($handle);
header('Location: http://localhost/neu/login.php');
exit;
}
?>
<form method="post"
action="<?php echo htmlspecialchars($_SERVER['PHP_SELF']); ?>"><input
name="submit" value="1" type="hidden">
<table>
<tbody>
<tr>
<td>Benutzername:</td>
<td><input name="user" type="text"></td>
</tr>
<tr>
<td>Passwort:</td>
<td><input name="password" type="password"></td>
</tr>
<tr>
<td colspan="2">
<input value="Registrieren" type="submit"></td>
</tr>
</tbody>
</table>
</form>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>audio</title>
</head>
<body
style="background-image: url(ganz.jpg); background-repeat: no-repeat;">
<br>
<?php // registrierung.php
if($_POST['submit'] == 1) {
$line = $_POST['user'] ."\t". md5($_POST['password'])."\n";
$handle = fopen('db.txt', "a");
fwrite($handle, $line)or die('Fehler beim Schreiben');
fclose($handle);
header('Location: http://localhost/neu/login.php');
exit;
}
?>
<form method="post"
action="<?php echo htmlspecialchars($_SERVER['PHP_SELF']); ?>"><input
name="submit" value="1" type="hidden">
<table style="float:right;margin:10px 10px 0 0;">
<tbody>
<tr>
<td>Benutzername:</td>
<td>Passwort:</td>
</tr>
<tr>
<td><input name="user" type="text"></td>
<td><input name="password" type="password"></td>
</tr>
<tr>
<td colspan="2">
<input value="Registrieren" type="submit"></td>
</tr>
</tbody>
</table>
</form>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>audio</title>
</head>
<body>
<form method="post" action="#">
<fieldset>
<fieldset>
<label>Benutzername:</label>
<input name="user" type="text">
</fieldset>
<fieldset>
<label>Passwort:</label>
<input name="password" type="password">
</fieldset>
</fieldset>
<fieldset>
<input value="Registrieren" type="submit">
</fieldset>
</form>
</body>
</html>
form {
display: block;
float: right;
width: 300px;
}
fieldset {
border: 0;
display: block;
}
fieldset fieldset {
float: left;
display: block;
width: 50%;
}
<marquee behavior="scroll" direction="left"
onmouseover="this.stop();" onmouseout="this.start();">
+++ Willkommen auf der Seite mit der größen Alhan
& Hymmnen Sammlung der Welt +++ Wir haben jetzt schon 5689
Mitglieder +++ </marquee>
und wie soll die datei heißen?