Posted by Peter van Schie on 11/03/05 16:02
Angelos wrote:
> Thaaanks ... you just gave me an Idea/Solution
>
> If at the time that I Insert the user in the databse I create an MD5 string
> depending either on his e-mail or his id .... and store it in the database
> and then compare that.
>
> So Thats All I want !!!
> THANKS
No problem. :)
But if you choose to use the subscriber id, there's no need to write the
md5 hash to the database. You could just use the md5 function on the id
and compare it to the md5 hash that was sent by the user.
HTH.
Peter.
--
http://www.phpforums.nl
Navigation:
[Reply to this message]
|