Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Passwortabfrage in HTML
#6
PHP Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<
html>
<
head>
<
title>PW</title>
<
meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<
link rel="stylesheet" type="text/css" href="-.css">
</
head>
<
body>
<
h3>Einfache Passwortabfrage</h3>
<
form action="passwort.php" method="post">
<
input type="text" name="pass">
<
input type="submit" value="Senden">
</
form>
<?
php
if (isset($_POST["pass"]) && $_POST["pass"] == "1234") {

    
?>
<h3>Passwortbereich</h3>
<p>Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|Seiteninhalt|</p>
<?php
} elseif (isset($_POST["pass"])) {

    
?>
<p>Leider kennen Sie das Passwort nicht!</p>
<?php


?>
</body>
</html> 

Versuchs mal damit!
Reply


Messages In This Thread
Passwortabfrage in HTML - by emoser - 13.11.2009, 16:40
RE: Passwortabfrage in HTML - by Milu2K - 13.11.2009, 17:09
RE: Passwortabfrage in HTML - by agent47 - 13.11.2009, 17:22
RE: Passwortabfrage in HTML - by Sinovo - 13.11.2009, 17:23
RE: Passwortabfrage in HTML - by emoser - 13.11.2009, 17:27
RE: Passwortabfrage in HTML - by hauhau - 13.11.2009, 17:30
RE: Passwortabfrage in HTML - by emoser - 13.11.2009, 17:37
RE: Passwortabfrage in HTML - by hauhau - 13.11.2009, 17:38
RE: Passwortabfrage in HTML - by emoser - 13.11.2009, 17:44
RE: Passwortabfrage in HTML - by hauhau - 13.11.2009, 17:45
RE: Passwortabfrage in HTML - by benji889 - 13.11.2009, 19:03
RE: Passwortabfrage in HTML - by hauhau - 13.11.2009, 19:05
RE: Passwortabfrage in HTML - by benji889 - 13.11.2009, 19:06
RE: Passwortabfrage in HTML - by Jonsn - 13.11.2009, 19:16
RE: Passwortabfrage in HTML - by Yannici - 13.11.2009, 19:16
RE: Passwortabfrage in HTML - by hauhau - 13.11.2009, 19:37
RE: Passwortabfrage in HTML - by benji889 - 13.11.2009, 19:39
RE: Passwortabfrage in HTML - by hauhau - 13.11.2009, 19:42
RE: Passwortabfrage in HTML - by emoser - 23.11.2009, 17:46
RE: Passwortabfrage in HTML - by 3lite-Basher - 23.11.2009, 18:49



Users browsing this thread: 1 Guest(s)