Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $one = substr(str_shuffle("ABCDEFGHIJKLMNOPQRSTUVWXYZ"), -5);
  2. $two = substr(str_shuffle("ABCDEFGHIJKLMNOPQRSTUVWXYZ"), -5);
  3. $three = substr(str_shuffle("ABCDEFGHIJKLMNOPQRSTUVWXYZ"), -5);
  4. $four = substr(str_shuffle("ABCDEFGHIJKLMNOPQRSTUVWXYZ"), -5);
  5. $key = "$one-$two-$three-$four";
  6. echo $key;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement