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 Meta Tag Finder
PHP PHP Array Mapping Examples
PHP Google Wesite Rank Check
PHP Hours to Float Conversion in PHP
PHP MS Word
PHP Picture PNG Resize
PHP While Looper
PHP List Recursive Directories
PHP Email PHP Errors - Custom Error Handler
PHP Making RGB Colors to HEX