Breaking News
Loading...

Random Generating Password in PHP

Share on Google Plus

Sample Random Generating Password in PHP

<?php

$pass = rand();
$pass = md5($pass);
$original_password = md5($pass);
 echo $original_password;

?>

You Might Also Like

0 comments

About me


Like us on Facebook