I am wanting to password protect a page for multiple users to edit their profile in my mysql database. I have this code but it really is just for one user and password.
Ok, my question is this... How can I code this to have the username and password to be checked against each individual member of my database? Each member of the database has an auto id, and I give them the freedom to choose a password when they sign up. So in the table the data is like...
member | id | password
member2 | id2 | password2
member3 | id3 | password3
Any ideas? I Know there is probably an easy way to do this but I am new at this stuff. Thanks!
PS. No need for Fort Knox like security either. Simple is fine.