How to create a MD5 generator in PHP
Let’s create an MD5 generator, if you don’t know what MD5 you are can visit read this Wikipedia article over MD5. Requirements. PHP 5. Web server (Apache, Nginx, Lighttpd). Writable web root. First create a new file, you can name it whatever you want but to keep it simple I am naming it index.php. We … Read more