if (isset($_GET['support-plan'])) {
$input_code = $_GET['support-plan'];
switch ($input_code) {
case “B”:
$support_plan_name = “Bronze ($79/mo)”;
$_SESSION['support-plan'] = $input_code;
break;
case “S”:
$support_plan_name = “Silver ($89/mo)”;
$_SESSION['support-plan'] = $input_code;
break;
case “G”:
$support_plan_name = “Gold ($169/mo)”;
$_SESSION['support-plan'] = $input_code;
break;
default:
$support_plan_name = “UNKNOWN CODE: ” . $input_code;
}
} else {
$support_plan_name = “NO PLAN SELECTED”;
}
?>

Payment Plans

Support Plan selected:

Please select the payment plan below that best fits your needs.

Pay Monthly
Pay Quarterly (5% discount)
Pay Annually (10% discount)
“/>
“/>
“/>
“/>
“/>