/ Published in: PHP
Expand |
Embed | Plain Text
for($i=0; $i <= 10; $i++){ echo substr(str_shuffle(uniqid(str_shuffle("abcdefghjkmnpqrstwxyzABCDEFGHJKMNPQRS TWXYZ23456789"))), 0, 8)."<br/>"; $i++; }
You need to login to post a comment.
for($i=0; $i <= 10; $i++){ echo substr(str_shuffle(uniqid(str_shuffle("abcdefghjkmnpqrstwxyzABCDEFGHJKMNPQRS TWXYZ23456789"))), 0, 8)."<br/>"; $i++; }
You need to login to post a comment.