|
Hey guys,
I am learning PHP working with a local server on my laptop. I am trying to create a membership site and so I have created a MySQL database for it. My registration script works just fine, whenever I register an account it goes into the users table in the appropriate database with no problem. Here's my problem, all my scripts where a user's email and password have to be matched to authenticate them to do things registered members are allowed to do (to change a password or just to log in) I keep getting the same problem: "email and password do not match"
Unfortunately I do not have the script on this computer from which I am posting so I can't show it to you guys, but what are some possible errors that I might be making? I simply cannot log in with any of the user accounts I create. The problem is not that the email and password don't really match. So what could it be? Are there common mistakes that beginners like me typically make in this situation?
I appreciate any feedback you guys might be able to provide!
Thanks a lot in advance
|