prepare("SELECT * FROM plans WHERE id = ? AND is_active = 1"); $stmt->execute([$_GET['plan_id']]); $plan = $stmt->fetch(); if (!$plan) { // Plan not found or not active header('Location: /#plans'); exit; } // Page content for signup ?> Sign Up for <?php echo htmlspecialchars($plan['name']); ?>

Complete Your Order

Your Plan

$/mo

Your Details

Payment Details