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.
?>...
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...
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...
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")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.