Also dann wenn die Antwort so dumm war :cry:
Der 1. Teil in index.php
<?php
include("test.php");
if (isset($_POST["Name"])) {
if ($_POST["Passwort"] == $Passwort) {
$_SESSION[$Name] = true; //Cookie pflanzen
header("Location: home.php" ); // zu home.php gehen
}
}
?>
2. Teil in...