>> 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/
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:
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/
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
> 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
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
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 "
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
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? =)
, 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
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
11 matches
Mail list logo