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 Simple File Upload
PHP BLA LOOK - Web Based Text Matching
PHP Remove non-alphanumeric characters
PHP Project Euler Problem 17
PHP Effective Directory Listing
PHP Text to Image using while
PHP Calendar
PHP Another server information
PHP Getting User Information
PHP Google Wesite Rank Check