md5.php

<form>
<input type=text name=password>
<input type=submit>
</form>
<?
if($password!="") {
	echo md5($passwd);
}
?>