I suppose you use a table for store the login and the password for users. When a user want to log at your application, you verify if the login and password are right. Now, if you add a column for store a boolean ( 0 never logging, other value if user have already use your application), when you do your verification you can now tell if it's the first login for this user or not.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.