CODE
LIBARY.COM
Home
/
PHP
PHP Random password using md5() and rand()
Random password using md5() and rand()
<? $b = substr(md5(rand(1,9999999)),0,8); echo "$b"; ?>
$b = substr(md5(rand(1,9999999)),0,8); echo "$b"; ?>
Copy to Clipboard
Related Snippets
PHP TextMagic SMS API - Send Text Messages with PHP
PHP Display Server Date and Time
PHP Integrating Youtube HTML5 - Sumonst21
PHP URL Redirection
PHP GD Arrow Move
PHP GD Arrows
PHP Getting User IP
PHP Generate a Globally Unique Identifier (GUID) in PHP
PHP Git Modified Files Tool
PHP "Web Based URL Redirect with PHP"