How do I include a forum login form on other pages of my website? Such as a homepage.
Thank you.
Well you just need two textboxes with the names
name="username"
and
name="password"
You will also need a submit/login button and you need the form to post it to member.php.
However to make it work you will also need this:
<input type="hidden" name="action" value="do_login" />