Created
October 23, 2015 15:56
-
-
Save danrovito/4bfe28db8c37c177e854 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$code = strtolower(substr(base64_encode(sha1(mt_rand())), 0, 32)); | |
return print $code | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment