<table align="left" id="LogIn-Fenster">
<form action="login.php" method="post" target="">
<tr>
<td>Name</td>
<td><input type="Text" name="" value="" size="15" maxlength="15"></td>
</tr>
<tr>
<td>Passwort</td>
<td><input type="Password" name="" value="" size="15" maxlength="15"></td>
</tr>
<tr>
<td><input type="Submit" name="LogIn" value="LogIn"></td>
<td><input type="reset"></td>
</tr>
</form>
</table>
Kann das formular so funktionierne, wnen ich alles über PHP übergebe???