Guest User

Untitled

a guest
Jan 12th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <?php
  2. $N = mt_rand(2,4);
  3. $ele = array('#instagood','#love','#beautiful','#me','#follow','#cute','#photooftheday','#followme','#tagforlikes','#happy','#food','#selfie','#like','#summer','
  4. #picoftheday','#igers','#tbt','#friends','#fun','#fashion','#instadaily','#instalike','#follow4follow','#amazing','#music','#instamood','#nofilter','#nature','#life','#girls');
  5. $cla = array_rand($ele, $N);
  6. foreach($cla as $clave)
  7. {
  8. $emojis = str_pad($ele[$clave], 30);
  9. echo $emojis;
  10. }
  11. ?>
  12.  
  13. <?php
  14. $N = mt_rand(2,4);
  15. $ele = array('#instagood','#love','#beautiful','#me','#follow','#cute','#photooftheday','#followme','#tagforlikes','#happy','#food','#selfie','#like','#summer','
  16. #picoftheday','#igers','#tbt','#friends','#fun','#fashion','#instadaily','#instalike','#follow4follow','#amazing','#music','#instamood','#nofilter','#nature','#life','#girls');
  17. $cla = array_rand($ele, $N);
  18. foreach($cla as $clave)
  19. {
  20. $emojis = str_pad($ele[$clave], 30);
  21.  
  22. }
  23.  
  24. echo $emojis;
  25. ?>
Add Comment
Please, Sign In to add comment