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 Listing only one type files
PHP Getting User Information
PHP Apache Processes
PHP "Check if Accessed from the Command-Line Interface (CLI) in PHP"
PHP Count Files in Directory
PHP Files sorting by name
PHP Beta mIRC Code Highlight
PHP Google Wesite Rank Check
PHP No Cache
PHP Git Modified Files Tool