md5()
It calculates the md5 hash of a string
Example
<?php
echo md5(“test”);
?>
Output
098f6bcd4621d373cade4e832627b4f6
Beginner's Guide....
It calculates the md5 hash of a string
Example
<?php
echo md5(“test”);
?>
Output
098f6bcd4621d373cade4e832627b4f6