Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. //random bh OR wh show for the boring gnarly who is never happy !
  3.  
  4.  
  5.  
  6. $rand=rand(1,2);
  7.  
  8.  
  9. if ($rand==1)
  10. {
  11. BH CODE HERE
  12. }
  13.  
  14. if ($rand==2)
  15. {
  16. WHCODE HERE
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement