php unique random number

48

randstring php -

<?php 
    $random = substr(md5(mt_rand()), 0, 7);
    echo $random;
?>

Comments

Submit
0 Comments