nankoweap Posted April 23, 2009 Share Posted April 23, 2009 i don't see anything dramatically wrong with what you're doing. well, other than cleansing the data. on that front, don't put it off too long or you'll go into production with it the way it is. i'm relatively new to php and have found the OO mysqli api most useful - prepared statements, oo feel, fast and friendly. have you tried removing the md5 part of the equation while testing? this will allow you to at least trace the passwords through from generation to email to login. once it works without md5, putting it back in should be simple enough. jason Quote Link to comment https://forums.phpfreaks.com/topic/155405-reset-password-feature/page/2/#findComment-817870 Share on other sites More sharing options...
joesaddigh Posted April 23, 2009 Author Share Posted April 23, 2009 Thank you all soo much for your help. I have gone through and changed the md5 bits so that there is some consistency. I never knew that the ways that i was doing it were using either MYSQL or PHP. The problem seems to work and then not work at the moment i think that I will have to test it thoroughly and see what is really going wrong. Thank you again soo much and hopefully changing the md5 functions and trimming the pass has solved the problem. ;D Quote Link to comment https://forums.phpfreaks.com/topic/155405-reset-password-feature/page/2/#findComment-817873 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.