<html>
<head>
<title>Benutzer&uuml;berpr&uuml;fung mittels if-Abfrage und Funktionskapselung</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">

<form name="form_1" method="post" action="uebung5a.php">
  <table border="0" cellspacing="5" cellpadding="0">
    <tr>
      <td align="right">Benutzername</td>
      <td>
        <input type="text" name="uid">
      </td>
      <td>&nbsp;</td>
    </tr>
<tr>
      <td align="right">Passwort</td>
      <td>
        <input type="password" name="pwd">
      </td>
      <td>
        <input type="submit" name="login" value="Login">
      </td>
    </tr>
  </table>
</form>
</body>
</html>