Re: Re: [PHP-WIN] Re: SESSION

2005-02-11 Thread Vaibhav Sibal
from time to time :) > > > Original Message > Subject: Re: [PHP-WIN] Re: SESSION > Date: Fri, 11 Feb 2005 11:43:24 +0530 > From: Vaibhav Sibal <[EMAIL PROTECTED]> > Reply-To: Vaibhav Sibal <[EMAIL PROTECTED]> > To: php , Jason Barnett > &

Re: [PHP-WIN] Re: SESSION

2005-02-11 Thread Vaibhav Sibal
Thanks Jason ! It'll be great if you could also tell me whether I can launch applications like MS WORD using COM or any other technology. Basically I want the user sitting on a client machine to select a file from a list and press the open button (which I will provide) and the action linked to the

Fwd: Re: [PHP-WIN] Re: SESSION

2005-02-11 Thread Jason Barnett
files you allow people to edit and put on the server. You probably already know that, but it doesn't hurt to be reminded from time to time :) Original Message -------- Subject: Re: [PHP-WIN] Re: SESSION Date: Fri, 11 Feb 2005 11:43:24 +0530 From: Vaibhav Sibal <[EMAIL PROTECTED]&g

RE: [PHP-WIN] Re: Session Variables Problem (Missing)

2004-01-13 Thread Svensson, B.A.T. (HKG)
That's becasue it always create a new session. Try (in psedo code): IF NOT SESSION CREATED THEN CREATE NEW SESSION ELSE DONT BOTHER TO CREATE NEW SESSION END_IF [CONTINUE DO YOUR STUFF] -Original Message- From: Brad Lawryk To: [EMAIL PROTECTED] Sent: 2004-01-12 22:00 Subject: [PHP-

RE: [PHP-WIN] Re: Session information not stored in php 4.1.2

2002-04-10 Thread Lee, Ford
4.1.1 works perfectly well but when they introduced 4.1.2, there was a bug that was introduced also. -Original Message- From: Martin Kemp [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 5:24 AM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re: Session information not stored in

RE: [PHP-WIN] Re: Session information not stored in php 4.1.2

2002-04-10 Thread Martin Kemp
ut the need for session_register, etc. It was when I installed 4.1.2 that my problems started. Thanks again, Martin Kemp > -Original Message- > From: Lee, Ford [mailto:[EMAIL PROTECTED]] > Sent: 09 April 2002 3:05 > To: Fabian Deutsch; [EMAIL PROTECTED] > Subject: RE: [PHP-WI

RE: [PHP-WIN] Re: Session information not stored in php 4.1.2

2002-04-09 Thread Lee, Ford
check bug fix 16435 for php in the bug database. I've encountered this prob and it's a recurring theme but it's fixed in the Release Candidate 1 and 2 for php 4.2.have to patch the php4ts.dll and php4apache.dll with these new ones in the RC. bug and fix: http://bugs.php.net/bug.php?id=16435

Re: [PHP-WIN] Re: session open failed and header() don't redirect

2001-10-10 Thread Mike Flynn
At 09:21 AM 10/10/2001 +0200, Michel Laine wrote: >"Warning: Cannot add header information - headers already sent by (output >started at c:\program files\apache group\apache\htdocs\web1\1.php:2) in >c:\program files\apache group\apache\htdocs\web1\1.php on line 6" > >Seems to me that you have some