Tuesday, November 25, 2014

md5 function in php

<?php
$string="123";
echo md5($string);
?>

No comments:

Post a Comment