You're right, I did...

Still suffering from the effects of a manic dentist this morning. ;)

James

----- Original Message ----- 
From: "Adrian Ciutureanu" <[EMAIL PROTECTED]>
To: "James Holloway" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, July 11, 2001 1:58 PM
Subject: RE: [PHP] Re: Cookie Expiry Dates?


> you probably mean
> $cookie_expire = time() + 86400 * 365;
> 
> > -----Original Message-----
> > From: James Holloway [mailto:[EMAIL PROTECTED]]
> > Sent: 11 iulie 2001 16:02
> > To: [EMAIL PROTECTED]
> > Subject: [PHP] Re: Cookie Expiry Dates?
> > 
> > 
> > Hi Jeff,
> > 
> > Yes, use time()
> > 
> > Example....  86400 seconds in a day.  3600 in an hour.  Use some basic
> > maths:
> > 
> > $cookie_expire = time() * 86400 * 365; // Sets cookie for a 
> > year (365 days).
> > 
> > James.
> > 
> > "Jeff Lewis" <[EMAIL PROTECTED]> wrote in message
> > 006101c10a08$874f93c0$76a1a8c0@LEWISJCIT">news:006101c10a08$874f93c0$76a1a8c0@LEWISJCIT...
> > I'd like to set a cookie that never expires or at least one 
> > that lasts a
> > month, how can I set it?  Does it have to be with time?
> > 
> > I am using SetCookie.
> > 
> > Jeff
> > 
> > 
> > 
> > 
> > -- 
> > 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