Source Code:
(back to article)
<?php $filename = "example.txt"; $hash = md5_file($filename); echo $hash; ?>
Result:
Report an issue