I am a new leaner of php. first I wrote code with no encryption, and my log-in system worked nicely, now I have change in database, encrypted the password with md5 function.
now my log-in system is not working properly, always log-in error!!
I know there is need to change in my code of matching password with database password.
what change is needed?? please help me.. I also want to know, as a new beginner, what I must go through, so that I can be able to be a professional developer... :)
I am loving php...!!