<?php /**/ ?><?php
  $str = "hello";
  print md5($str);
?> 