prepare("SELECT * FROM client_subscriptions WHERE client_id = ? AND (status = 'active' OR status = 'trialing') ORDER BY created_at DESC LIMIT 1"); $sub_stmt->execute([$user_id]); $subscription = $sub_stmt->fetch(); if (!$subscription) { header('Location: subscribe.php'); exit; } ?> Manage Subscription - CoachConnect

Manage Your Subscription

Subscription Details

Status:

Plan:

Billing Management

Update your payment method and view your billing history.

Manage Billing

Cancel Subscription

If you cancel, you will lose access to subscription benefits at the end of your current billing period. This action cannot be undone.

Cancel Subscription