Guest User

Untitled

a guest
May 20th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. $side = (($input >= $age1 && $input < $age2)?1:(($input >= $age2 && $input < $age3)?2:(($input >= $age3 && $input < $age4)?3:(($input >= $age4)?4:""))));
  2. header("Location:overnatning.php?side=".$side."");
Add Comment
Please, Sign In to add comment