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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T20:07:53+00:00 2026-05-16T20:07:53+00:00

i am trying to build a log system that would record how many times

  • 0

i am trying to build a log system that would record how many times a particular user logged in to my system, my temporary logic is this way:

every time a user logged in i would extract these fields

  • user_id
  • counter
  • time(m/d/y) << daily log

and store those inside a table in the database

the action would be this way:

SELECT * FROM member_log WHERE user_id = posted_user_id AND logged_time = posted_logged_time

if the field is found then do UPDATE member_log SET counter = counter+1
if the field is not found then INSERT

am i on the right track, or is there any better approach ??

and the next question would be, how to count the amount of users logged in per month

need guidance

thank you 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-05-16T20:07:55+00:00Added an answer on May 16, 2026 at 8:07 pm

    If login time is not important for you – your approach is correct.

    For counting the amount of users logged in per month

    you can use query:

     SELECT Time, Sum(Counter)
     from YoutlogTable
     GROUP BY Time
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to build a calendar system that would show 3 mini-calendar months. Last
I'm trying to use the System.IO.Log features to build a recoverable transaction system. I
I'm trying to build a simple user authorization system where a .txt file stores
I am trying to build an ASP.NET 3.5 website that allows users to log
At the moment I'm trying to build a log in system with a very
I'm trying to build a Windows installer using Nullsoft Install System that requires installation
Trying to build openssl-fips-2.0 with NDK, before I was lucky found this link and
Trying to build sslsniff on a RHEL 5.2 system here. When compiling sslsniff on
I'm trying to build a simple web app that calculates either a male or
I am trying to build a automatic backup and restore system. My logfile: 2012-08-02

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.