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 Miltidimension array example
PHP "Check if Accessed from the Command-Line Interface (CLI) in PHP"
PHP Web-based Image Resizer Function in PHP
PHP Web Form Submission Handling
PHP PHP Time Slot Splitter
PHP Effective Directory Listing
PHP "Build Index from Directory Listing using make_index.py"
PHP GD Arrow Move
PHP Proxy Detection
PHP Count Files in Directory