RE: [PHP] Cannot send session cache limiter SOLVED

2004-01-06 Thread john
>> from the code: >> >> > include 'navigationStart3.php4'; > > Are these indents in the code (changeAlertDetails3.php4 I think)? You > can't have anything before the , sorted, thanks everyone J -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/

RE: [PHP] Cannot send session cache limiter

2003-12-31 Thread Vail, Warren
ailto:[EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 10:25 AM To: Vail, Warren; [EMAIL PROTECTED] Subject: RE: [PHP] Cannot send session cache limiter > perhaps you could show some code snippets. Thanks Warren, at least I know my message is getting through :-) Well, I just got this:

RE: [PHP] Cannot send session cache limiter

2003-12-31 Thread Brad Pauly
On Wed, 2003-12-31 at 11:24, [EMAIL PROTECTED] wrote: > > perhaps you could show some code snippets. > > Thanks Warren, at least I know my message is getting through :-) > > Well, I just got this: > > Warning: Cannot send session cookie - headers already sent by (output > started at /home/sites/

Re: [PHP] Cannot send session cache limiter

2003-12-31 Thread Brad Pauly
On Wed, 2003-12-31 at 10:59, [EMAIL PROTECTED] wrote: > Hi > > (apologies if you've seen this, but I sent it and it both came back from > the list server, and it bounced back as a failed email, so I'm going to > try again) > > I'm new to the list, but I've been PHP programming for almost 2 years

RE: [PHP] Cannot send session cache limiter

2003-12-31 Thread john
> perhaps you could show some code snippets. Thanks Warren, at least I know my message is getting through :-) Well, I just got this: Warning: Cannot send session cookie - headers already sent by (output started at /home/sites/site191/web/test2/changeAlertDetails3.php4:1) in /home/sites/site191/w

RE: [PHP] Cannot send session cache limiter

2003-12-31 Thread Vail, Warren
ppended get parameters as in url?parm=value&parm2=value2 perhaps you could show some code snippets. Warren Vail -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 10:00 AM To: [EMAIL PROTECTED] Subject: [PHP] Cannot send session c

[PHP] Cannot send session cache limiter

2003-12-31 Thread john
Hi (apologies if you've seen this, but I sent it and it both came back from the list server, and it bounced back as a failed email, so I'm going to try again) I'm new to the list, but I've been PHP programming for almost 2 years now, hard to believe. Anyway, I have a program that's giving me a "

[PHP] Cannot send session cache limiter

2003-12-31 Thread john
Hi I'm new to the list, but I've been PHP programming for almost 2 years now, hard to believe. Anyway, I have a program that's giving me a "Cannot send session cache limiter", yet the very first thing the program does is session_start(); The only thing I can think that's different about this pro

Re: [PHP] Cannot send session cache limiter - headers already sent Cannot send session cookie - headers already sent by

2001-01-11 Thread Teodor Cimpoesu
Hi JB! On Wed, 10 Jan 2001, JB wrote: > actually.. still give me the same error after i fixed that. new code as > follows along with the error: > > if (!session_is_registered('cart')) { > $cart = array(); > session_register('cart'); > } > else { > session_start(); > } > > any other ideas? =)

Re: [PHP] Cannot send session cache limiter - headers already sent Cannot send session cookie - headers already sent by

2001-01-10 Thread Richard Lynch
, 2001 3:43 PM Subject: [PHP] Cannot send session cache limiter - headers already sent Cannot send session cookie - headers already sent by actually.. still give me the same error after i fixed that. new code as follows along with the error: if (!session_is_registered('cart')) { $ca

[PHP] Cannot send session cache limiter - headers already sent Cannot send session cookie - headers already sent by

2001-01-10 Thread JB
actually.. still give me the same error after i fixed that. new code as follows along with the error: if (!session_is_registered('cart')) { $cart = array(); session_register('cart'); } else { session_start(); } ?> Warning: Cannot send session cookie - headers already sent by (output started at