Functions Php

    $md5hash = md5("My string");
    print $md5hash;
?>