Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $letras = array ("a","b","c","d","e","f","g","h","i","j","l","k","m","n","o","p","q","r","s","t","u","v","x","z","y","w");
- $letrinhas = "";
- for($i=0;$i<8;$i++)
- $letrinhas .= $letras[rand(0, count($letras)-1)];
- ?>
Advertisement
Add Comment
Please, Sign In to add comment