Hi, I'm relatively new here and a beginner programmer. Sorry if this question were asked before but my search to this was unsuccessful.
I have a voting application that need to limit users to only be able to login once to vote.
Firstly how do you record in a table when a user login and at the login form how do you check to see if the user have logged in previously.
I have a login form with a username and password fields that work perfectly.