then it should probably be
SetCookie("bilderanzeige","\"$bilderanzeige\"",time()+3600*24*30,"/","",0);
as a general rule, only numerics can get away without being surrounded in
quotes

----- Original Message -----
From: "Jochen Kaechelin" <[EMAIL PROTECTED]>
To: "PHP General List" <[EMAIL PROTECTED]>
Sent: Friday, September 07, 2001 2:43 AM
Subject: RE: [PHP] Netscape & Cookies


> >
> SetCookie("bilderanzeige",$bilderanzeige,time()+3600*24*30,"/","",0);
> > > Works fine in IE and Opera!
> > > Could anyone help, please!
> >
> > What's in $bilderanzeige?
>
>
> $bilderanzeige = "ja" or
> $bilderanzeige = "nein"
>
> Jochen
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to