Guest User

Untitled

a guest
May 27th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if (isset($_GET['one'])) {
  2. $one = $_GET['one'];
  3. $two = $_GET['two'];
  4. $three = $_GET['three'];
  5. } else {
  6. $one = rand(0,3);
  7. $two = rand(0,3);
  8. $three = rand(0,3);
  9. }
Add Comment
Please, Sign In to add comment