t: 20 April 2005 04:18
To: Ospinto
Cc: php-general@lists.php.net
Subject: Re: [PHP] set cookie function problem
On Tue, April 19, 2005 2:20 pm, Ospinto said:
> Can someone help me with this problem? setcookie('myCookie',"blah");
> works fine. but when i try to set it
On Tue, April 19, 2005 2:20 pm, Ospinto said:
> Can someone help me with this problem?
> setcookie('myCookie',"blah");
> works fine. but when i try to set it with an expiry time, it doesn't.
> setcookie('myCookie',"blah",time()+3600);
>
> I have cookies enabled on my browser of course. And the way
Marek, you're right. Thanks. Solved the problem
"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Ospinto wrote:
> > ok...what does that have to do with my problem?
>
> The time is send in GMT, and your computer is set to GMT -7. So the
> cookie is set to expi
Ospinto wrote:
ok...what does that have to do with my problem?
The time is send in GMT, and your computer is set to GMT -7. So the
cookie is set to expire in the past.
"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Ospinto wrote:
Hi,
Can someone help me with
454 (office)
562.924.4075 (fax)
continuing the struggle against bad code
*/
?>
> From: "Ospinto" <[EMAIL PROTECTED]>
> Date: Tue, 19 Apr 2005 17:33:07 -0400
> To: php-general@lists.php.net
> Subject: Re: [PHP] set cookie function problem
>
> ok...what does t
ok...what does that have to do with my problem?
"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Ospinto wrote:
> > Hi,
> > Can someone help me with this problem?
> > setcookie('myCookie',"blah");
> > works fine. but when i try to set it with an expiry time,
Ospinto wrote:
Hi,
Can someone help me with this problem?
setcookie('myCookie',"blah");
works fine. but when i try to set it with an expiry time, it doesn't.
setcookie('myCookie',"blah",time()+3600);
I have cookies enabled on my browser of course. And the way I know the
second statement is not work
Hi,
Can someone help me with this problem?
setcookie('myCookie',"blah");
works fine. but when i try to set it with an expiry time, it doesn't.
setcookie('myCookie',"blah",time()+3600);
I have cookies enabled on my browser of course. And the way I know the
second statement is not working is cos I'm
8 matches
Mail list logo