On Tue, 7 May 2002, Scott St. John wrote:

>-Morning....
>-
>-I am working on a password aging system that will force a user to change 
>-their password every 60 days.  Can anyone recommend the best method for 
>-taking the current date and adding 60 days to that number?  Should I do a 
>-unix timestampe and add or strtotime and add 60 days?

Yes, using the unix timestamp is most frequently the wise thing to do - at
least for me :-|

Just add 5,184,000 seconds to the current timestamp.

**************************************

John Huggins
VANet

[EMAIL PROTECTED]
http://www.va.net/

**************************************


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to