-5) and ($x <= 4)) { header("Location: posit02d.html"); exit; } if (($x > 4) and ($x <= 16)) { header("Location: posit02c.html"); exit; } if ($x > 16) { header("Location: posit02b.html"); exit; } } header("Location: posit01.html"); exit; ?>