Source Code:
(back to article)
<?php $str = rand(); $result = md5($str); echo $result; ?>
Result:
Report an issue