Mega Code Archive

 
Categories / Php / Functions
 

String md5 ( string str [, bool raw_output] ) produces a data checksum in exactly the same way as sha1( )

<?     $md5hash = md5("My string");     print $md5hash; ?>