Hi
When I strip down the loginpage to
[code]<form action="login.php?" method="post">
<!-- Start standard table -->
<table>
<tr>
<td><input type="text" name="username" /></td>
</tr>
...
When I strip down the loginpage to
[code]<form action="login.php?" method="post">
<!-- Start standard table -->
<table>
<tr>
<td><input type="text" name="username" /></td>
</tr>
...