[PHP-WIN] php4 / sessions / win2k

2002-03-16 Thread Wolfgang Schneider
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 -0000 Issue 1050

2002-03-16 Thread php-windows-digest-help
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

RE: [PHP-WIN] Blank Window - Apache and BadBlue. PHP 4.1.1 WinME

2002-03-16 Thread alain samoun
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

[PHP-WIN] Problems with session_destroy()

2002-03-16 Thread Sviss Cobazor
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

[PHP-WIN] Re: Session read problem

2002-03-16 Thread Sviss Cobazor
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

[PHP-WIN] Re: Blank Window - Apache and BadBlue. PHP 4.1.1 WinME

2002-03-16 Thread Andy Seabrook
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

Re: [PHP-WIN] Blank Window - Apache and BadBlue. PHP 4.1.1 WinME

2002-03-16 Thread Andy Seabrook
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

[PHP-WIN] Session read problem

2002-03-16 Thread Martin
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