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

  • Home
  • SEARCH
  • 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 am trying to build boost with MinGW and have downloaded boost 1.45 and
I have to build a program that will allow me to track from a
I'm trying to find the best components I could use to build something similar
I'm trying to create a setup CAB of an application for a mobile device.
I'm trying to test a small PostgreSQL setup, so I cobbled together a quick
I'm trying to understand better how Windows sessions work, so if I have some
I'm trying to provide an in-app Activity which displays thumbnails of photos in the
Here's the long and short of it. Short first: I had an X Window
I've developed a 64 bit dll using C++ and Visual Studio 2008 and i'm
I'm developing WinForms application using VS2010. I have about 15 projects in the 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.