Freischalten
<?php
Prüfen ob User eingeloggt ist oder nicht
if (isset($_SESSION["loggedin"]) && $_SESSION["loggedin"] === true)
{
header("Location:index.php?page=1");
exit();
}
{
header("Location:index.php?page=1");
exit();
}
?>
Im script:
header("Location:index.php?page=90&message=aktiv"); einfügen
Wie soll das Formular wo hin
<form method="post" action="<?php $_SERVER["PHP_SELF"];?>">
</form>
<p>Schon Aktiviert? <a href="index.php?page=80">Login</a></p>
<p>Schon Aktiviert? <a href="index.php?page=80">Login</a></p>