Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8830601
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T08:07:55+00:00 2026-06-14T08:07:55+00:00

Possible Duplicate: add one year to datetime with php Paid Date: 2012-10-19 13:13:20 Term:

  • 0

Possible Duplicate:
add one year to datetime with php

Paid Date: 2012-10-19 13:13:20

Term: 3 (three years)

I need to turn these two values into a DateTime that I can then compare to todays date and find out if the subscription is coming up for renewal.

Not sure how to properly accomplish this…

I’ve tried:

$term = $row['term'];   
$paid = $row['paid_date'];

$renew = strtotime("+$term years", $paid);
$today = strtotime('now');

But apparently in this situation, all dates are less than …

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T08:07:56+00:00Added an answer on June 14, 2026 at 8:07 am

    If you have the paid date as a string:

    if(strtotime("2012-10-19 13:13:20 +3 years") > time()) {
         // expired
    }
    

    If you have paid date as a timestamp:

    if(strtotime("+3 years", $paidDate) > time()) {
         // expired
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: PHP date time Trying to add one second to a datetime that
Possible Duplicate: How to add days to a date in Java I need to
Possible Duplicate: adding one day to a date I'm trying to add a day
Possible Duplicate: How to add .php extension using .htaccess url rewriting? I want to
Possible Duplicate: Close mysql connection (PHP) Please help me, I not know where add
Possible Duplicate: Php array_push() vs myArray[] Hello folks. I know some ways to add
Possible Duplicate: How can I increment a date by one day in Java? public
Possible Duplicate: Php.Advance weekly calendar one week I have written a script that displays
Possible Duplicate: How does one add additional items to NSMenu in Interface Builder? There's
Possible Duplicate: Objective-C multiple inheritance In my application, I need to add SideSwipeTableViewController and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.