x
 
<!DOCTYPE html>
<html>
<body>
<?php
$str = "Shanghai";
echo md5($str);
?>   
  
</body>
</html>