I will try to explain at best..
in start of my project i just stored the password in plain text format , now before upload it to server i want to hash them with MD5 and when user login he use simple password as before..
just they should be hashed in database..
what should i do , without changing a lot in coding and login script ?
And how to add remember password feature and forget password feature to simple login page ? any link that can sort my issue out.
i am working on php and sql.