CognacBluntz
11-06-2010, 07:49 PM
I have this following code in my site and all I want it so do is when someone enters thier password and username in the fields that it logs them into the forums section of my site
<span>User Login</span></h3>
<fieldset id="user-login">
<label for="username"><input type="text" name="username" id="username" value="username" /></label>
<label for="password"><input type="password" name="password" id="password" value="password" /></label>
</fieldset>
<p class="login-more"><a href="#">Lost Password?</a> <a href="#">Register</a></p>
<input type="submit" class="login-submit" value="submit" />
the login page to the forums is http://clan.juggalo-mafia.net/forums/users.php?m=auth -=- Can someone tell me where to put the link. I thought that it goes in value section of input.
I know that i need to fill in the links where the "#"
<span>User Login</span></h3>
<fieldset id="user-login">
<label for="username"><input type="text" name="username" id="username" value="username" /></label>
<label for="password"><input type="password" name="password" id="password" value="password" /></label>
</fieldset>
<p class="login-more"><a href="#">Lost Password?</a> <a href="#">Register</a></p>
<input type="submit" class="login-submit" value="submit" />
the login page to the forums is http://clan.juggalo-mafia.net/forums/users.php?m=auth -=- Can someone tell me where to put the link. I thought that it goes in value section of input.
I know that i need to fill in the links where the "#"