prepare('SELECT s.name, s.description FROM services s JOIN user_services us ON s.id = us.service_id WHERE us.user_id = ?'); $p->execute([$user_id]); $services = $p->fetchAll(); ?>
Welcome to your dashboard. Here are the services you are subscribed to:
You are not subscribed to any services yet.