ich habe ein Problem mit der Anmeldung durch eine externe Seite auf meinem Forum.
Der Code auf der Einstiegsseite, der das betreffende Formular beschreibt, sieht so aus:
Code: Alles auswählen
<form action="login.php" method="post">
<input class="Check" type="hidden" name="redirect" value="index.php">
<table cellspacing="10" border="0" style="border-color:#007CC3; border-width:4px; border-style:solid; padding-top:10px; padding-bottom:10px">
<tr style="padding-top:10px; padding-bottom:10px">
<td colspan="2">
Benutzername:
</td>
</tr>
<tr style="padding-top:10px; padding-bottom:10px">
<td align="right" colspan="2">
<input type="text" class="Bereich" name="username">
</td>
</tr>
<tr style="padding-top:10px; padding-bottom:10px">
<td colspan="2">
Passwort:
</td>
</tr>
<tr style="padding-top:10px; padding-bottom:10px">
<td align="right" colspan="2">
<input type="password" class="Bereich" name="password">
</td>
</tr>
<!--<tr>
<td width="300">
<div style="font-size:8pt">Anmeldedaten auf diesem <br>Computer speichern?</div>
</td>
<td>
<input type="checkbox" name="autologin">
</td>
</tr>-->
<tr style="padding-top:10px; padding-bottom:10px">
<td align="center" colspan="2">
<input class="Button" type="submit" name="login" value="Login">
</td>
</tr>
</table>
Liegt es vielleicht daran, dass ich das Formular mit einer Tabelle verbunden habe, also innherhalb des Formularcodes aus Layoutgründen eine Tabelle geschrieben habe?
Ich hoffe es, denn dann ist die Problemlösung leicht...
Vielen Dank,
Mikulcak