Dear all,
somehow I am encountering a crash of the apache server on a Win2K Pc
here when trying to access a set of php files that use mysql as a
backend and involve "session" data ... when trying to access the
index.php file, I get an error message saying "apache.exe caused an
error and is being
php-windows Digest 16 Mar 2002 17:27:03 - Issue 1050
Topics (messages 12658 through 12665):
Ongoing php.ini and/or system problems
12658 by: Belgarius
Re: PHP ide
12659 by: John Lim
Session read problem
12660 by: Martin
12663 by: Sviss Cobazor
Re: Blank Wi
OK, please enter your answers to these questions:
1)Which browser? / version
2)Does a simple html page shows up in browser? (no php code):
http://localhost/simple.html and what about file/open:
X:\pathtotest\simple.html?
3)When running the phpinfo script on the MSDOS window (see below), you see
th
Hello NG.
I'm trying to clear some session variables and destroy the session but it
doesn't work. Any suggestions?
My code is simple:
session_unregister('var1');
session_unregister('var2');
session_unregister('var3');
session_unregister('var3');
session_unregister('var4');
session_unregister('v
Remember that a session is normally bound to the the browser window setting
it, so if you close down that browser window and open a new one the
session_start() will correctly start a session but with another unique
session name so it will not access you old session variables since the
session now
By the way I should mention that view source on the browser, makes all php
tags disappear, unyet in fact they are still present in the script.
"Andy Seabrook" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Can anybody help! trying to setup SAPI module on apac
Hi Alain,
No previous install of PHP, so neither file previously in the system.
Perhaps you are misunderstanding the problem PHP appears to run OK, the
phpinfo() test works as expected in the way that you prescribe. The problem
is getting a server at localhost (either apache or badblue) to pass th
Hmm seems to have a problem here..
The session is set and everything but when
I tries to access it nothing happend!!!
I got it to work fine but then i restarted my computer and
when I started up my apache webserver again the session
would not read.
No problems with setting a session but to read th