CODE
LIBARY.COM
Home
/
PHP
PHP Random password using md5() and time()
Random password using md5() and time()
<? $n = "8"; $pass = substr(md5(time()),0,$n); echo $pass; ?>
$n = "8"; $pass = substr(md5(time()),0,$n); echo $pass; ?>
Copy to Clipboard
Related Snippets
PHP Google SMS information
PHP Using array to show last line of file
PHP File Synchronisation
PHP Remove non-alphanumeric characters
PHP Checkbox Mark and detection
PHP BB Code Smiles
PHP PHP Array: Find First and Last Element
PHP Ma.cx subdomain tool
PHP Directory Size Calculator Class
PHP Export array to csv