echo $_GET['candy']; // bar // ... switch ($_GET['candy']) { case 'bar': // ... break; case 'buzz': // ... break; }