switch($_SERVER['QUERY_STRING']){ case 1: header('Location: http://1');break; case 2: header('Location: http://2');break; default: header('Location: http://3');break; } exit;