costaM Posted September 25, 2013 Share Posted September 25, 2013 Dear Larry, I have been doing my registration and login.php on separate pages. Registration succeed but I can not login. When I remove the part of get_ password_hash, the $q is Ok, the user can see the welcome page. OF course, I can't accept any one using only user name to login. I have tried to resend new password to user, it succeed. How to overcome this get_password_hash issue? It seems that the hash is not the same with the one on database. while the password is the same. Why this issue? Please provide another method to overcome this. I have seen new book on the same subject, unfortunately it will be on December, while I am in need of Kind version now. Also, I wish to redirect a user after registration to welcome page. Many errors on head already sent are displayed. Of course, I did the following: If Insert into db succeed, then redirect the user to by using: Header('Location:Welcome.php'); Why is going through? Costa Link to comment Share on other sites More sharing options...
Larry Posted September 25, 2013 Share Posted September 25, 2013 You're not really giving me any information to go with here. How about reading the forum guidelines, then improving this post, and then maybe I'll be able to help. Link to comment Share on other sites More sharing options...
Recommended Posts