I'm writing a php login script for a client's website.
He wants to see how many times his individual clients are logging in each month.
I'm thinking that each time a client logs in, we can just add +1 to a login_count in the users table.
Unfortunately I'm not sure how to do that, and thats why I'm here.
I'm using this login system, which already has the users in an sql table, so I don't think it should be that hard.
Maybe this is more of an sql question, but there are clearly more people that use this forum.
Maybe someone has used this system before, or someone could just check it out. Its very simple.
Thanks in advance.