Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. if (!empty($_GET['action']) && $_GET['action'] == "highscores") {
  3. if (!empty($_GET['range'])) {
  4. $skill = $_GET['range'];
  5. echo "Grab ".$skill;
  6. } else
  7. echo "Grab overall";
  8. }
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement