Click here to Skip to main content
15,886,724 members
Articles / Web Development / HTML

Multi-User Login and Authentication Code

Rate me:
Please Sign up or sign in to vote.
3.52/5 (20 votes)
9 Feb 20064 min read 155.4K   4.8K   68  
New user registration, user login, user password retrieval, user account information, active users on site information, site administrator facilities, and a lot more..
<html>

<!--RAHUL MAHAJAN -->
<!--SCRIPT DESIGNED AND DEVELOPED BY RAHUL MAHAJAN -->
<!--MULTI-USER LOGIN WITH DATABASE CONNECTION-->
<!--FEEL FREE TO MAKE CHANGES ACCORDINGLY-->
<!--If you face any problem, Please mail me anytime-->
<!--E-MAIL:mahajan_rahul@hotmail.com-->
<!--Date: 5th May, 2005-->
<!--Please rate it on www.planetsourcecode.com-->

<head>
<title>Contact Form</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<p align="center">
<b><font face="Verdana" size="2" color="#008080">
Contact Form</font></b> 
<p>&nbsp;</p>
<form name="form1" method="post" action="send.asp">
  <table width="550" border="0" cellpadding="0" cellspacing="0" height="274">
    <tr> 
      <td width="192" valign="middle" align="left" height="30"><font face="Verdana" size="2" color="#000080">Your Name</font></td>
      <td width="358" valign="middle" align="left" height="30"> 
        <font face="Verdana" size="2" color="#000080"> 
        <input type="text" name="Name">
        </font>
      </td>
    </tr>
    <tr> 
      <td width="192" valign="middle" align="left" height="30"><font face="Verdana" size="2" color="#000080">Your Email Address</font></td>
      <td width="358" valign="middle" align="left" height="30"> 
        <font face="Verdana" size="2" color="#000080"> 
        <input type="text" name="Email">
        </font>
      </td>
    </tr>
    <tr> 
      <td width="192" valign="middle" align="left" height="30"><font face="Verdana" size="2" color="#000080">Email Subject</font> </td>
      <td width="358" valign="middle" align="left" height="30">
        <font face="Verdana" size="2" color="#000080">
        <input type="text" name="Subject">
        </font>
      </td>
    </tr>
    <tr>
      <td width="192" height="157"><font face="Verdana" size="2" color="#000080">Your Comment/Question</font></td>
      <td width="358" height="157">
        <font face="Verdana" size="2" color="#000080">
        <textarea name="body" wrap="OFF" rows="7" cols="41"></textarea>
        </font>
      </td>
    </tr>
    <tr> 
      <td width="550" height="45" colspan="2" valign="middle" align="center">
        <p align="center"><input type="submit" value="Submit" name="B1">&nbsp;&nbsp;&nbsp;
        <input type="reset" value="Reset" name="B2"></p>
      </td>
    </tr>
  </table>
</form>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
India India
This is Rahul Mahajan from New Delhi, India. I'm Master Of Computer Application and currently working as Sr. Web/Graphics Designer/Developer and Presentation Specialist. I'm very much interested in developing ASP and JavaScript codes. There are lots of codes and script developed by me available online including developerdex.com, a1vbcode.com, programmerheavens.com, asp101.com, 1javastreet.com, 1aspstreet.com, pscode.com, 1cplusplusstreet.com, 1perlstreet.com, javacode.net, developerfusion.co.uk etc... Winner of Superior Coding Contest at Planetsourcecode.com.
Areas of specialization - HTML, DHTML, Java, JavaScript, ASP, .Net, VB, VB.Net, CSS, MySql etc.

Comments and Discussions