Shedlight wrote:
> I am building my site using Dreamweaver & PHP. I
found a forgotten password
> script on PHPeasystep but have found adjusting the
script to work on my site
> rather difficult.
Before examining your script, I should point out that in
another post,
you're asking about encrypting the password with md5(). This
is a
one-way method of encryption. Retrieving a forgotten password
has no
meaning whatsoever if it's encrypted. You need to get the
user to reset
the password.
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/