hello there..i'm having a hard time trying to create a varaiable that tells me the number of times users have logged in to my site..i really dunno how to work it out..
someone help me please!!!
how to count the number of times a user has logged in?
Moderator: General Moderators
-
andresinho
- Forum Newbie
- Posts: 1
- Joined: Sun Feb 10, 2008 5:48 pm
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: how to count the number of times a user has logged in?
Add an integer field to the user account table and increment it every time the login.
(#10850)