Guest User

Untitled

a guest
May 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. ?php
  2. $input = array("accept,", "get,", "take,", "receive,", "welcome,", "approve,", "trust,", "agree to,", "assent to,", "acknowledge," );
  3. $rand_keys = array_rand($input,10);
  4. // shuffle($rand_keys);
  5. echo $input[$rand_keys[0]] . "\n";
  6. echo $input[$rand_keys[1]] . "\n";
  7. echo $input[$rand_keys[2]] . "\n";
  8. echo $input[$rand_keys[3]] . "\n";
  9. echo $input[$rand_keys[4]] . "\n";
  10. echo $input[$rand_keys[5]] . "\n";
  11. echo $input[$rand_keys[6]] . "\n";
  12. echo $input[$rand_keys[7]] . "\n";
  13. echo $input[$rand_keys[8]] . "\n";
  14. echo $input[$rand_keys[9]] . "\n";
  15.  
  16. ?>
Add Comment
Please, Sign In to add comment