Voting

: min(five, two)?
(Example: nine)

The Note You're Voting On

mgcummings at yahoo dot com
14 years ago
Thought I might save someone else some time trying to figure out how to generate a hash like MySQL5 PASSWORD() makes using just PHP.

$hash = '*' . sha1(sha1($pass), TRUE));

<< Back to user notes page

To Top