Advertisement
niammuddin

random time

Jul 27th, 2017
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php $r1 = rand(3, 9); $r2 = rand(1, 99); $rand = $r1.'.'.$r2.'MB'; $rr1 = rand(3, 9); $rr2 = rand(1, 99); $rand2 = $rr1.':'.$rr2.' min'; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement