%
set Mycon=Server.CreateObject("adodb.connection")
Mycon.Open "Provider=microsoft.jet.oledb.4.0;Data Source=" & server.mappath("Database/userlogin.mdb") & ";Persist Security Info=False"
set rst=server.createobject("adodb.recordset")
if request("Submit")= "Submit" then
rst.open "select username,password from newUser where username = '" & request(username) & "' and Password='" & request(password) & "' ", Mycon, 3, 2
if not rst.eof then
response.redirect "index.htm"
else
response.write("You Are Not Existing User.Please Sign Up Before Login")
end if
end if
if request("Submit3")= "Sign Up" then
rst.open "select * from newUser ",Mycon,3,2
rst.AddNew
rst("UserName")= request("username")
rst("Password")= request("password")
rst("ConfirmPassword")= request("confirmpassword")
rst("Email_Id")= request("email_id")
rst("ConfirmEmail_Id")= request("confirmemail_id")
rst.update
end if
%>
WebSiteDesigning India, Graphic Designing India, Web Development India
SiteDesigning
India | Website Designing India | Web Development India | Web Designing
Company India | Graphic Designing India | Software Development India
| Logo Designing India | Internet Solutions India | Web Hosting India
| Web Promotion India
If you
are new user, Fill the following information and become member of
SiteDesigning.com
NEWS
UPDATES
Google
repairs its security hole
A security hole that could have placed users of Google's
desktop search feature in a vulnerable position has been
eliminated, according to the company.
Copernic
updates desktop search tool
Copernic announces the availability of Copernic Desktop
Search 1.1, an improved version of its critically-acclaimed
desktop search product.