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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:43:24+00:00 2026-06-14T17:43:24+00:00

I have searched,i had too many trial/errors but no luck.So here it goes: I

  • 0

I have searched,i had too many trial/errors but no luck.So here it goes:

I want to find out how many second have been elapsed since a date from Mysql entry which was inserted with NOW() and the current date in the format date("Y.m.d H:i:s").Here is my php function(taken from a user posted @stackoverflow).

function multipost(){
global $dbh;
$ip= $_SERVER['REMOTE_ADDR']; 

$sql = "select * from  table where ip='$ipa' order by date_time desc limit 1";

foreach ($dbh->query($sql) as $row) {
    $timeFirst=$row['date_time'];
    $timeSecond=date("Y.m.d H:i:s");
    $differenceInSeconds = $timeSecond-$timeFirst;
    echo $differenceInSeconds;
}

I have also tried strtotime($row['date_time'];) but no luck.
Any help?
Thanks in advance.

  • 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-14T17:43:26+00:00Added an answer on June 14, 2026 at 5:43 pm
    function secDifference($date,$time){
        $dateVals = explode("-",$date);
        $timeUnix = 0;
        if($time == 0){
            $timeUnix = date("U",mktime(0,0,0,$dateVals[1],$dateVals[2],$dateVals[0]));
        }
        else{
            $tempVals = explode(" ",$dateVals[2]);
            $dateVals[2] = $tempVals[0];
            $timeVals = explode(":",$tempVals[1]);
            $timeUnix = date("U",mktime($timeVals[0],$timeVals[1],$timeVals[2],$dateVals[1],$dateVals[2],$dateVals[0]));
        }
        return (date("U")-$timeUnix);
    }
    

    Copy this function.
    To get difference of DATE and NOW:

    secDifference("12/03/1993");
    

    To get difference of DATE TIME and NOW:

    secDifference("12/03/1993 14:54:32",1);
    

    Hope it helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have searched on Google for this, but have had no luck. I currently
I have searched for possible solutions for days, but have had no luck at
I have searched for a general solution to this but only find answers to
I have had searched the web to find the way to put a name
Good day, I have searched far and wide but all I can find is
I have searched across the web though have not had any luck in correcting
I have searched all other the web and read many instructions but it just
I know many people have had this problem and I have searched Google/Stack Overflow,
I have searched high and low, but cannot seem to find a solution to
I have searched all morning and yesterday afternoon and still cannot find an solution

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.