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'
Hello Yi Socheat,
I think i am right in variable declaration. On both the pages i used
$_SESSION['value'] instead of $_session["value"]. Still it gives the blank page..
...SuDeEp..
Yi Socheat <[EMAIL PROTECTED]> wrote:
You write the wrong name because PHP function name or variable is
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