Hi there,
I have passwords encrypted using md5(), however, i need to make a lost password function. I know md5() is a one way encryption only, so i figured i would need to reset the users password as a random password, and then email them that random password. Anyone know how i can make a random string with primerily letters AND numbers.
Can any1 help?
Jonathan