Posted by Mike on 10/10/61 11:53
I have a need to check if a users yearly subscription has expired.
So how do I...
a) get the current date plus 1 year so I can store this in a db. I've
looked at mktime() but this just adds 1 to the year. What happens if
the current date is feb 29th. If its a leap year next year feb the
29th won't happen?
b) check that the current date isn't more than that date in the db?
Many Thanks
Mike
[Back to original message]
|