How do I make a log in on my home page(
http://teenstoteens.com) if I want the log in on my forums (
http://forums.teenstoteens.com). I'll give you the code:
PHP Code:
<tr>
<td class="class">
<form action="http://forums.teenstoteens.com/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password,vb_login_md5password_utf)">
<script type="text/javascript" src="forums/clientscript/vbulletin_md5.js"></script>
User Name: <input type="text" class="button" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" value="User Name" onfocus="if (this.value == 'User Name') this.value = '';" />
<br />Password: <input type="password" class="button" name="vb_login_password" value="******" size="10" accesskey="p" tabindex="2" />
<input type="submit" class="button" value="Log in" tabindex="4" title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself." accesskey="s" />
</form>
<br /><a href="http://forums.teenstoteens.com/register.php?">Click here to register!</a>
</td></tr>