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 Listing only one type files
PHP Query redirection
PHP GD Shapes
PHP Ban IP Address
PHP Website Load Time
PHP Schwartzian transform
PHP Web-based Image Resizer Function in PHP
PHP List Recursive Directories
PHP Show Related Posts @ Single Post
PHP Object Cloning