PHP Status show help
#10

I think the reason is because you forgot to terminate your input fields ' />'

try this:
Код HTML:
<table width="100" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
	<tr>
	<form name="form1" method="post" action="checklogin.php">
		<td>
		<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
			<tr>
				<td colspan="3"><strong>Player Login </strong></td>
			</tr>
			<tr>
				<td width="50">Username</td>
				<td width="1">:</td>
				<td width="294"><input name="myusername" type="text" id="myusername" /></td>
			</tr>
			<tr>
				<td>Password</td>
				<td>:</td>
				<td><input name="mypassword" type="password" id="mypassword" /></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td><input type="submit" name="Submit" value="Login"></td>
			</tr>
		</table>
		</td>
	</form>
	</tr>
</table>
Reply


Messages In This Thread
PHP Status show help - by thimo - 27.01.2012, 17:37
Re: PHP Status show help - by Bumbis - 27.01.2012, 17:42
Re: PHP Status show help - by thimo - 27.01.2012, 17:44
Re: PHP Status show help - by royal_king - 27.01.2012, 18:10
Re: PHP Status show help - by thimo - 27.01.2012, 19:15
Re: PHP Status show help - by Sinner - 28.01.2012, 09:39
Re: PHP Status show help - by thimo - 28.01.2012, 16:21
Re: PHP Status show help - by Sinner - 28.01.2012, 18:23
Re: PHP Status show help - by thimo - 28.01.2012, 18:24
Re: PHP Status show help - by Sinner - 28.01.2012, 18:26

Forum Jump:


Users browsing this thread: 1 Guest(s)