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 HTTPd Software Version Detection
PHP Webserver Uptime
PHP Round Numbers
PHP Timezone Conversion Tool
PHP Simple Graphic Counter
PHP Count Words in a string
PHP PHP Styles for ACF Backend in WordPress 5.0
PHP Web-Based PHP File Reader | File Whitelisting & Security
PHP PHP Regular Expression Example - Matching HTML Tags
PHP "Injecting a Remote Script Tag and Waiting for Execution"