Ultimate-Team

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
  <head>
    <title>Formulare mit PHP</title>
    <meta http-equiv="content-type" content="text/plain; charset=utf-8" />
    <meta http-equiv="content-language" content="de" />
    <link type = "text/css" rel = "stylesheet" href = "style.css" />
 </head>
<body>
 <h1>Login</h1>
  <form action="eingabe.php">
   Benutzername:  <input name="name" type="text"><br>
   Kennwort:   <input name="pass" type="password"><br>
       <input type="submit" value="Login">
     </form>

 <?php
 
  $benutzer = $_POST['name'];
  $kennwort = $_POST['pass'];
 
 
  

 ?>
</body>
</html>

Ergebnisse
 
-----------
Fifaforyou gibt es auch bei FB :
 
 
Fifaforyou © 2012 Diese Webseite wurde kostenlos mit Homepage-Baukasten.de erstellt. Willst du auch eine eigene Webseite?
Gratis anmelden