To ad log in credentials to a page, accessed by a database. Would you just check a user table in the database that stores lets say, UID, UserName, UserPW and see if there credentials exist? If so, how would you do that?
Also, how would you keep track if they are logged in on each page?
Basically, this is the part of my assignment I am trying to do.
"In order to add, edit, delete cars, the user must log in using credentials that are stored in the database. You must also keep track of whether the person is logged in on every page."