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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DanielTech
  • Content: Threads
  • Order by date
  1. DanielTech

    "Undefined index" error in Login application

    I am getting "Undefined index" error every time I use $_SESSSION['password'] in a Login application. It looks like my $_SESSSION['password'] is not defined or something similar. Any idea? Here is my code: //Login.php <?php session_start(); header("Cache-control: private"); // IE 6 Fix. ?>...
  2. DanielTech

    Problems with sessions

    I am trying to make login page work using sessions. The problem is that once I have initialized the session and I try to retrieve it from another page (page3.php in my code) I don't get anything. When I try to print out the session is blank, Does anyone have any idea why? here is my code...
  3. DanielTech

    Computer clock doesn't work

    My Computer clock doesn't work. I have checked the automatically synchronize with time.windows.com. I update the time when I turn on the computer but when I turn off the computer and turn it on again the time is the same as the last time that the computer was on. Any idea how to solve this...
  4. DanielTech

    Insert data problem HTTP 500.100 Error

    Hi, I am trying to populate a database with some data and it works the first time, then I went back to the page that contains the form (I refresh)and I try again and it gives me the HTTP 500.100 Error. Here is my code: <% Dim strSql Dim objConn, objRS Dim name name = Request.Form("name")...

Part and Inventory Search

Back
Top