Hello, I have used mktime before, but I have one question
I have a variable, such as:
$expire
And Date (Today's date)
$date = date("m d Y");
My question is determining if today's date is within a week of the expired date
I don't know how to calculate with mktime using variables. How would I do this? I can subtract 7 days from todays date, for instance, using mktime, but variables...no idea
Thank you