string md5 ( string str [, bool raw_output] ) produces a data checksum in exactly the same way as sha1( );
<? $md5hash = md5("My string"); print $md5hash; ?>