hier, schreibs dir auf (extra für dich):

PHP-Code:
<?php
if (isset ($_POST['submit'])) echo 'MD5-Hash: '.md5($_POST['input']).'<br /><br />'?>
<form action="" method="post">Input: <input type="text" name="input" value="" /> <input type="submit" name="submit" value="md5()" /></form>