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 Remote File Copy PHP Script 2.0.0
PHP Generating html file
PHP GD Time24
PHP WordPress Function: wp_get_post_tags()
PHP "PHP Array Get: Retrieve a Value from an Array based on a Key"
PHP BLA LOOK - Web Based Text Matching
PHP Export array to csv
PHP File Synchronisation
PHP Proxy Detection
PHP Project Euler Problem 17