t
echo date('Y m d H:i:s', $_SESSION['time']);
// You may want to use SID here, like we did in page1.php
echo '
page 1';
?>
-----Original Message-
From: Sudeep Sarath [mailto:[EMAIL PROTECTED]
Sent: Friday, February 27, 2004 12:08 AM
To: [EMAIL PROTECTED]
Subject: RE: [PHP-W
ciated.
-Original Message-
From: Sudeep Sarath [mailto:[EMAIL PROTECTED]
Sent: Friday, February 27, 2004 12:08 AM
To: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Session not working
Hello Yi Socheat,
I think i am right in variable declaration. On both the pages i used
$_SESSION['value'
nction name or variable is case
sensitive
You sould write _SESSION['sessionName'] , you try to change in your code
please it will be fine...
-Original Message-
From: Sudeep Sarath [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 26, 2004 11:40 PM
To: [EMAIL PROTECTED]
Subject:
Sudeep Sarath,Helloļ¼
PHP is sensitive to capital letters or lowercases.
Please try to use $_SESSION['value']
=== 2004-02-27 15:40:14 ===
>Hello everyone,
>
>I recently installed Apache 1.3.9 server and php 4.3.4(from win32 zip package) on my
>system with Windows98SE as o/s. I c
Hello everyone,
I recently installed Apache 1.3.9 server and php 4.3.4(from win32 zip package) on my
system with Windows98SE as o/s. I configured the httpd.conf and php.ini as per the
instructions on the install.txt file of php. First i got an error with regard to the
path of session.save_pat
I'm using a local Apache 1.3 server on WinXP, and I've gotta test some php
scripts at home, can't publish them. I'm trying to set some session vars,
but the variables simply disappear when I try to use them again. Made the
following code to test it, but when I click on 'increment' the 'numb' var is