<?php if (($_GET['age'] < 13) || ($_GET['age'] > 65)) {...} ?>
<?php $choices = array(1 => 'Trout', 'Halibut', 'Tilapia'); if (! $choices[$_POST['fish']]) { ... } ?>