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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:43:22+00:00 2026-05-28T07:43:22+00:00

Our CodeIgniter-based website has a section showing the last time a user logged in

  • 0

Our CodeIgniter-based website has a section showing the last time a user logged in (using days if necessary and hrs, min, sec). I’m trying to make it print “day” when the result is 1 day and “days” when it is over 1 day. At the moment 1 day shows as 1 day but 2 days (and above) shows as 2 day 2 days. Can you see what I’ve done wrong here and modify the code?

$dDf = day

$hDf = hour

$mDf = minute

$sDf = second

<?php
    if ($dDf < 1) {
        if ($hDf > 0) {
            if ($mDf < 0) {
                $mDf = 60 + $mDf;
                $hDf = $hDf - 1;
                echo $mDf . ' min';
            } else {
                echo $hDf . ' hr ' . $mDf . ' min';
            }
        } else {
            if ($mDf > 0) {
                echo $mDf . ' min ' . $sDf . ' sec';
            } else {
                echo $sDf . ' sec';
            }
        }
    } else {
        echo $dDf . ' days ';

        if ($dDf > 1) {
            if ($hDf > 0) {
                if ($mDf < 0) {
                    $mDf = 60 + $mDf;
                    $hDf = $hDf - 1;
                    echo $mDf . ' min';
                } else {
                    echo $hDf . ' hr ' . $mDf . ' min';
                }
            } else {
                if ($mDf > 0) {
                    echo $mDf . ' min ' . $sDf . ' sec';
                } else {
                    echo $sDf . ' sec';
                }
            }
        } else {
            echo $dDf . ' day ';

            if ($hDf > 0) {
                if ($mDf < 0) {
                    $mDf = 60 + $mDf;
                    $hDf = $hDf - 1;
                    echo $mDf . ' min';
                } else {
                    echo $hDf . ' hr ' . $mDf . ' min';
                }
            } else {
                if ($mDf > 0) {
                    echo $mDf . ' min ' . $sDf . ' sec';
                } else {
                    echo $sDf . ' sec';
                }
            }
        }


    }
?>
  • 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-28T07:43:23+00:00Added an answer on May 28, 2026 at 7:43 am

    Is there a reason why you wouldn’t want to use the built-in timespan() function for this?

    <?php
    $this->load->helper('date');
    echo timespan($last_logged_in_timestamp);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Our ASP.NET 3.5 website running on IIS 6 has two teams that are adding
We have a popular web-app developed using CodeIgniter. Now we want to expose our
We are using Codeigniter and have 2 options to call our API controllers: we
Our application is interfacing with a lot of web services these days. We have
Our Tfs server (Tfs2008) has smtp server installed. But we could not make Tfs
We're building a PHP app based on Good old codeigniter framework and have run
Our application has a lot of .NET assemblies, which up until now, has not
I am outputing a simple list of options from dynamic select menus using Codeigniter/MYSQL.
Our team is currently working on completely redesigning our school's website and one of
Our company has recent started switching from Blackberries to iPhones and the biggest complaint

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.