md5.php   [plain text]


<?php
function da_encrypt($passwd)
{
        return md5($passwd);
}
?>