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 6218441
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T07:36:37+00:00 2026-05-24T07:36:37+00:00

when i echo out the entries made in my database, i want to mark

  • 0

when i echo out the entries made in my database, i want to mark the ones less than three days old as ‘New’ or ‘Latest’ etc.

The script below marks them if they were posted today but i’m not sure how to test it against the above. Can someone amend this to reflect what i’m after?

<?php 
$today = date('d M Y');
if ($date = date('d M Y', strtotime($rsjobinfo['date'])) == $today) { ?>            
<p>NEW</p>
<?php 
;}
?> 

Thanks in advance
Dan

  • 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-05-24T07:36:38+00:00Added an answer on May 24, 2026 at 7:36 am

    time() will give you the current time, in seconds. You can subtract the date of the article (in seconds) to determine if it occurred in the last three days.

    if ( ( time() - strtotime( $rsjobinfo['date']) ) < 259200 ) { // 259200 is the number of seconds in three days
        ?><p>NEW</p><?php
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a NAnt task that will echo out all property names and values
If my current url is www.example.com/thank-you, how do I echo out the page name
I can't figure out why... This works: <?php if($_POST['test']) echo posted; ?> <form method=POST
echo date(w,strtotime(date(Y-m-d))); echo date(w,strtotime(date(Y年m月d日))); Save it as utf8.You'll see the second is bigger than
I want to validate user entries on a WordPress post upon hitting the submit
I was wondering if there was a way to echo out the full query
Is it possible in PHP 5.x to echo out all predefined constants of OpenSSL
Basically, i would like to echo out something along the lines of <p style=color:FFFFFF>
whats wrong with this, when i echo out a row from the csv file
How can I echo out value after the while loop. If I do the

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.