<!DOCTYPE html>
<html>
<body>

<?php
$str = "Hello";
echo md5($str);
?>
  
 
</body>
</html>