>> change your code to:
>>
>> $l_cookie_expireN = (int) date('r', time() - 4000 );
>> $l_cookie_expire = (int) date('r', time() + 400 );
>> $l_cookie_expire2 = (int) date('r', time() + 400*30*12 );
>
> No, that's even worse!! Try this:
>
>$l_cookie_expireN = time() - 4000;
>$l_cookie_expir
> -Original Message-
> From: Erwin [mailto:erwin@;isiz.com]
> Sent: 08 November 2002 08:55
>
> Jack Sasportas wrote:
> > I get the following error when using a previously working cookie
> > function: expects parameter 3 to be long
> >
> > Code is below... I just don't see the difference th
Jack Sasportas wrote:
> I get the following error when using a previously working cookie
> function: expects parameter 3 to be long
>
> Code is below... I just don't see the difference then the way the doc
> uses: time() - 3600
>
> -vs- the way I did it below...
>
> Thanks !
>
> function
> f_put_co
3 matches
Mail list logo