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 Query redirection
PHP Fibonacci Numbers
PHP Upper letter in a new sentence
PHP Array Looper with For and Explore
PHP Download a file
PHP Bulgarian to Phonetic Translator
PHP Remove Inline Styling from WordPress Tag Clouds
PHP PHP Web Application - Displaying People and their Colors
PHP GD Text
PHP Remote File Copy PHP Script 2.0.0