ljicpu
09-15-2005, 06:42 PM
hi i have a problem with login form
i have a forum and i want to make a login form at my home page so u can login from home pahe to Forum
i made 2 forms username and password and a submit button
this is the code:
<FORM action="Forum/login.php" method="POST">
<TABLE cellpadding="0" cellspacing="5" border="0">
<TR>
<TD><B>Username:</B></TD>
<TD><INPUT type="text" name="username" maxlength="20"></TD>
</TR>
<TR>
<TD><B>Password:</B></TD>
<TD><INPUT type="password" name="password" maxlength="10"></TD>
</TD>
</TABLE>
<div align="center"><input class="text" type="checkbox" name="autologin" />
<INPUT type="hidden" name="fromar" value="true">
<INPUT type="submit" value="Login">
and when i try to login from main page it goes to my login page on forum and im not loged in..i cant login from main page
can u help me
if u need demo account please let me know
i have a forum and i want to make a login form at my home page so u can login from home pahe to Forum
i made 2 forms username and password and a submit button
this is the code:
<FORM action="Forum/login.php" method="POST">
<TABLE cellpadding="0" cellspacing="5" border="0">
<TR>
<TD><B>Username:</B></TD>
<TD><INPUT type="text" name="username" maxlength="20"></TD>
</TR>
<TR>
<TD><B>Password:</B></TD>
<TD><INPUT type="password" name="password" maxlength="10"></TD>
</TD>
</TABLE>
<div align="center"><input class="text" type="checkbox" name="autologin" />
<INPUT type="hidden" name="fromar" value="true">
<INPUT type="submit" value="Login">
and when i try to login from main page it goes to my login page on forum and im not loged in..i cant login from main page
can u help me
if u need demo account please let me know