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 Generating random alphabetic string
PHP Ban IP Address
PHP Find Emails Address in Text
PHP Another PHP Calendar
PHP MS Word
PHP JavaScript to HTML Function
PHP PHP Functions for CSV Parsing and Formatting
PHP Retrieve Page ID in WordPress using get_page_by_title()
PHP "Injecting a Remote Script Tag and Waiting for Execution"
PHP Hours to Float Conversion in PHP