string md5 ( string str [, bool raw_output] ) produces a data checksum in exactly the same way as sha1( ); : md5 « Utility Function « PHP






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

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








Related examples in the same category

1.Checking for session hijacking
2.string md5 ( string str [, bool raw_output] )
3.Creating an md5 signature
4.PHP's basic md5() function
5.The protect() MD5 Form Fingerprint Generator
6.md5.php
7.Insert a unique ID into a form