Hello again,
I have a subscription database in php mysql when someone subcribe we send them a password .
this password is generated automatically with a random fonction in the md5 format and the password is send encrrytpted to the database and send decrypt by email to the user.
i want the user to change this password as they like when they first logging in the site.
what king of fonction do i use to make this in php.
anybody have and example to show me?