Source Code:
(back to article)
<?php $string = "Hello World!"; $hash = md5($string); echo $hash; ?>
Result:
Report an issue