Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kss113

  1. kss113

    persists upload

    debug... Find out what you vars are... Response.write("email") Response.end. right before objAdd.Fields("email") = email before set objAdd = Server.CreateObject ("ADODB.Recordset") do a response.write on all you vars to make sure they are correct. The error your getting is because email is blank.
  2. kss113

    Login using form posts - how secure.

    Just an idea, but you could use a flag in the DB to tell wether the person is logged in or not. Keep track of how many users are logged in with that same username/password. or Once the user is authenticated set a hidden page/session value that you use to see if the user is logged in or not.

Part and Inventory Search

Back
Top