Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
2.1k views
in Q2A Core by
edited by
hello every body,

i have a htm page with a form, how i can use this for login my user to system,

here type usename and password and login to question and answer, and go to user home page?

please help me,

form sample is:

 

<FORM method="post" action="./index.php?qa=login&amp;to=index.php">
<TABLE class="qa-form-tall-table">
  <TBODY>
  <TR>
    <TD class="qa-form-tall-label">email: </TD></TR>
  <TR>
    <TD class="qa-form-tall-data"><INPUT id="emailhandle" class="qa-form-tall-text"
      type="text" name="emailhandle"> </TD></TR>
  <TR>
    <TD class="qa-form-tall-label">password: </TD></TR>
  <TR>
    <TD class="qa-form-tall-data"><INPUT id="password" class="qa-form-tall-text"
      type="password" name="password">
      <DIV class="qa-form-tall-note"><A
      href="./index.php?qa=forgot">forget password ?
      </A></DIV></TD></TR>
  <TR>
    <TD class="qa-form-tall-label"><INPUT class="qa-form-tall-checkbox" value="1"
      type="checkbox" name="remember">remember me</TD></TR>
  <TR></TR>
  <TR>
    <TD class="qa-form-tall-buttons" colSpan="1"><INPUT class="qa-form-tall-button qa-form-tall-button-login" onmouseover="this.className='qa-form-tall-hover qa-form-tall-hover-login';" title="" onmouseout="this.className='qa-form-tall-button qa-form-tall-button-login';" value="login" type="submit">
    </TD></TR></TBODY></TABLE><INPUT value="1" type="hidden" name="dologin"> </FORM>
 

thx for answers

Please log in or register to answer this question.

...