php rand latters code example Example: randstring php <?php $random = substr(md5(mt_rand()), 0, 7); echo $random; ?>