md5 · PHP Function to Calculate MD5 of a String

Back to the Live Example
Since PHP 4 md5 function has been built in. The signature of the function is:
string md5 ( string $str [, bool $raw_output = false ] )
Read more about md5 function on PHP.net.
nichabi.com