PDA

View Full Version : MD5



Mocha
04-15-2011, 01:21 AM
There are two functions for MD5: md5 & md5file I will be using md5.



<?php
$text = "abcdefg"
$hash = md5($text);
?>