Jump to content

Php Log In Help


mikeyinsane

Recommended Posts

Ok i have the form made but when i put in my username an password an click log in it doesnt work it takes me to an unworking url. the code is below

 

<form action="http://digitaldripped.freeforums.org/login.php" method="post" target="_top">

<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">

<tr>

</tr>

</table>

<table width="100%" cellpadding="4" cellspacing="0" class="forumline" align="center">

<caption><table border="0" cellspacing="0" cellpadding="0" width="100%" class="forumheader">

<tr>

<td align="left" valign="bottom" width="25">..</td>

<td align="center" class="forumheader-mid">Please enter your username and password to log in.</td>

<td align="right" valign="bottom" width="25">..</td>

</tr></table></caption>

<tr>

<td class="row1"><table border="0" cellpadding="3" cellspacing="1" width="100%">

<tr>

<td colspan="2" align="center"> </td>

</tr>

<tr>

<td width="45%" align="right"><span class="gen">Username:</span></td>

<td>

<input type="text" class="post" name="username" size="25" maxlength="40" value="" />

 

</td>

</tr>

<tr>

<td align="right"><span class="gen">Password:</span></td>

<td>

<input ..class="post" name="password" size="25" maxlength="32" />

</td>

</tr>

 

<tr align="center">

<td colspan="2"><table border="0" cellspacing="0" cellpadding="0"><tr><td><span class="gen">Log me on automatically each visit: </span></td><td><span class="cbstyled"><input type="checkbox" name="autologin" /></span></td></tr></table></td>

</tr>

<tr align="center">

<td colspan="2"><input type="hidden" name="redirect" value="http://digitaldripped.freeforums.org/index.php" /><input type="submit" name="login" class="mainoption" value="Log in" /></td>

</tr>

<tr align="center">

<td colspan="2"><span class="gensmall"><a href="http://digitaldripped.freeforums.org/profile.php?mode=sendpassword" class="gensmall">I forgot my password</a></span></td>

</tr>

</table></td>

</tr>

</table>

 

</form>

Link to comment
https://forums.phpfreaks.com/topic/101624-php-log-in-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.