$case = $step . $agree; switch ($case) { case '1yes': header("Location: /signup.php?step=2"); break; default: case '1no': header("Location: /signup.php?warn=yes"); break; // And so on... } exit();