RE: [PHP-WIN] Session not working

2004-02-27 Thread Sudeep Sarath
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

RE: [PHP-WIN] Session not working

2004-02-27 Thread Sudeep Sarath
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'

RE: [PHP-WIN] Session not working

2004-02-27 Thread Sudeep Sarath
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:

Re: [PHP-WIN] Session not working

2004-02-26 Thread Meteorlet Woody
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

[PHP-WIN] Session not working

2004-02-26 Thread Sudeep Sarath
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

[PHP-WIN] Session not working

2003-07-30 Thread Voodoo
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