Code Library
Home Submit Free Hosting Link To Us Contacts

PHP Random password using md5() and rand()

PHP Random password using md5() and rand() PHP PHP Random password using md5() and rand() Download (.zip)



<?
$b = substr(md5(rand(1,9999999)),0,8);
echo "$b";
?>






Tatet