Hi, i have a login code here
Code:
<div id="wrapper">
<font color="#ffffff">
<center><div id="logintable" style="border-radius: 5px;background: #191a1a; opacity: 6.80; border: solid 2px #2f3d3d; width: 969px;" width="969">
<tr height="500">
<div id="container">
<form action="/smf" name="frmLogin" id="frmLogin" method="post">Login <input type="text" name="user" size="20" value="Username" class="input_text" /><input type="password" name="passwrd" value="password" size="20" class="input_password" /> Remember Me? <input type="checkbox" name="cookieneverexp" class="input_check" onclick="this.form.cookielength.disabled = this.checked;" /> <input type="submit" class="button_submit" value="Login" />
</div></div>
</div></div>
i want it to login to the forums without someone going on the forums, login from there.
Example.
Homepage>you see a login field>you put your FORUM information(login username & password> you click login>you actually login within the forum.
I would like to know how to do so,
thanks if you can help, thanks!
edit: i'm idiot, i just realized that this isn't part of php. please move if you can.